diff options
author | yenatch <yenatch@gmail.com> | 2016-02-10 00:32:58 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-02-10 00:32:58 -0500 |
commit | 8e1167a1e594f226af6fc46638ef9eb713913608 (patch) | |
tree | 75e3408e0ad35e8d22c068bc479b9c2045c9de5f /misc/mobile_5c.asm | |
parent | e044b8ec08fee4a5d4f9cd942551ff94f2577b76 (diff) | |
parent | 36f0bda0b33f5444241f1081b93f63f94a1b046a (diff) |
Merge branch 'fix-makefile'
Diffstat (limited to 'misc/mobile_5c.asm')
-rwxr-xr-x | misc/mobile_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index b8710a78a..8ecd35edf 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -934,7 +934,7 @@ GFX_172f1f: INCBIN "gfx/unknown/172f1f.2bpp" Tilemap_1733af: -IF DEF(CORRUPT_TILES) +IF DEF(CRYSTAL11) INCBIN "gfx/unknown/1733af_corrupt.tilemap" ELSE INCBIN "gfx/unknown/1733af.tilemap" |