diff options
author | yenatch <yenatch@gmail.com> | 2017-12-12 00:08:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 00:08:54 -0500 |
commit | f6942b9a136b2ee3b25159ebc4d54509a42c5266 (patch) | |
tree | 0c0bedcd311ab83262e31cf6d9d4c37257143acc /misc/mobile_5c.asm | |
parent | 94c7def4883fbdbcd3987a067443a2069b8bb610 (diff) | |
parent | 79873a1bfc0e40067c45dc74fbbebf547d177978 (diff) |
Merge pull request #411 from roukaour/master
Clean up more labels, constants, and file names
Diffstat (limited to 'misc/mobile_5c.asm')
-rwxr-xr-x | misc/mobile_5c.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 2f1f1555c..5b7418a0f 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -305,10 +305,10 @@ Function170d02: ; 170d02 ; 170d16 LZ_170d16: -INCBIN "gfx/unknown/170d16.2bpp.lz" +INCBIN "gfx/unknown/pichu_animated.2bpp.lz" LZ_1715a4: -INCBIN "gfx/unknown/1715a4.2bpp.lz" +INCBIN "gfx/unknown/egg_animated.2bpp.lz" GFX_171848: INCBIN "gfx/unknown/171848.2bpp" @@ -817,8 +817,9 @@ Palette_171d71: RGB 21, 21, 20 RGB 11, 11, 10 RGB 0, 0, 0 + GFX_171db1: -INCBIN "gfx/unknown/171db1.2bpp" +INCBIN "gfx/unknown/ascii_font.2bpp" Tilemap_172491: INCBIN "gfx/unknown/172491.tilemap" Tilemap_17251d: |