diff options
Diffstat (limited to 'mobile/mobile_5c.asm')
-rwxr-xr-x | mobile/mobile_5c.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index f6d6cdf3f..18ae114cc 100755 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -936,11 +936,11 @@ GameBoyN64GFX: INCBIN "gfx/trade/game_boy_n64.2bpp" Tilemap_1733af: -IF DEF(CRYSTAL11) +if DEF(CRYSTAL11) INCBIN "gfx/unknown/1733af_corrupt.tilemap" -ELSE +else INCBIN "gfx/unknown/1733af.tilemap" -ENDC +endc Attrmap_173517: INCBIN "gfx/unknown/173517.attrmap" |