diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 23:37:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 23:37:08 -0500 |
commit | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (patch) | |
tree | 5ab5b3207baa0e92b903cd5b0ba4e82be6395790 /macros | |
parent | 31901f73b0cb0c516962975c323df06d73263486 (diff) |
Move some gfx/unknown/ files into meaningful directories
Diffstat (limited to 'macros')
-rw-r--r-- | macros/charmap.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/charmap.asm b/macros/charmap.asm index 2cbd07225..b936b0953 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -79,17 +79,17 @@ ; Actual characters (from other graphics files) - charmap "|", $31 ; StatsScreenPageTilesGFX + charmap "|", $31 ; from gfx/stats/stats_tiles - charmap "<SHINY>", $3f ; ShinyIcon + charmap "<SHINY>", $3f ; gfx/stats/shiny - charmap "<BLACK>", $60 ; MobilePhoneTilesGFX - charmap "▲", $61 ; FontsExtra2_UpArrowGFX - charmap "<PHONE>", $62 ; OverworldPhoneIconGFX - charmap "_", $62 ; HPExpBarBorderGFX + charmap "<BLACK>", $60 ; from gfx/mobile/phone_tiles.2bpp + charmap "▲", $61 ; gfx/font/up_arrow.png + charmap "<PHONE>", $62 ; gfx/mobile/overworld_phone_icon.2bpp + charmap "_", $62 ; from gfx/battle/hp_exp_bar_border.1bpp - charmap "′", $6e ; Magikarp_LoadFeetInchesChars.feetinchchars - charmap "″", $6f ; Magikarp_LoadFeetInchesChars.feetinchchars + charmap "′", $6e ; gfx/font/feet_inches.png + charmap "″", $6f ; gfx/font/feet_inches.png ; Actual characters (from gfx/misc/font.png) |