diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-22 21:42:14 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-22 21:42:14 -0600 |
commit | 1685a7977a652f35998a717395407d625878e20e (patch) | |
tree | 4b658d2c294ae1dd74a8f5f3968f374c2eae08c1 /data/graphics.s | |
parent | c9629085f5e4f5be557817ebe026abcbda33f366 (diff) |
dump some debug baseroms
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/graphics.s b/data/graphics.s index e68a2130a..6cc1c2db7 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -1224,11 +1224,7 @@ gUnknown_08D17C3C:: @ 8D17C3C .align 2 gContestMiscGfx:: @ 8D17D6C -.if DEBUG - .incbin "baserom_de_debug.gba", 0xD17DDC, 0xD188DC-0xD17DDC -.else .incbin "graphics/contest/misc.4bpp.lz" -.endif .align 2 gContestAudienceGfx:: @ 8D18818 @@ -1251,11 +1247,7 @@ gTiles_8D1975C:: @ 8D1975C .align 2 gUnknown_08D1977C:: @ 8D1977C -.if DEBUG - .incbin "baserom_de_debug.gba", 0xD19840, 0xD1A2E8-0xD19840 -.else .incbin "graphics/contest/misc_2.4bpp.lz" -.endif .align 2 gUnknown_08D1A250:: @ 8D1A250 |