diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-19 16:51:26 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-19 16:51:26 -0600 |
commit | f398d0ad620eaf204d46df7f844e37e3a5d609cf (patch) | |
tree | b802ce985f263245c36e62d06339985219f36fd3 | |
parent | 1c7de6838bbeb291d63ce87d1a1e58737b7a9d2f (diff) |
apparently I suck at this
-rw-r--r-- | data/graphics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s index 10e05fdb9..bfb9ec226 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -19,7 +19,7 @@ gUnknown_08D00524:: @ 8D00524 @ 8D019E4 .if DEBUG - .incbin "baserom_de_debug.gba", 0xD019E4, 0xD245E8-0xD019E4 + .incbin "baserom_de_debug.gba", 0xD019E4, 0xD02458-0xD019E4 .else .incbin "graphics/unused/old_charmap.4bpp.lz" @ japanese table and bunch of stuff .incbin "graphics/unused/old_charmap.bin.lz" |