Skip to content

Commit

Permalink
Export: ASM: fix duplicate naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbr committed Sep 15, 2019
1 parent 0080c1a commit b6a7657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tilemap_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ uint32_t tilemap_export_asm_rgbds_source_to_string(char * p_dest_str, uint32_t m
"%sTileWidth EQU %8d\n"
"%sTileWidth EQU %8d\n\n"
"SECTION \"section\", HOME\n\n"
"%sEntries::",
"%s::",
p_prefix_str, p_map->width_in_tiles,
p_prefix_str, p_map->height_in_tiles,
p_prefix_str, p_map->map_width,
Expand Down

0 comments on commit b6a7657

Please sign in to comment.