diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-24 12:18:21 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-24 12:18:21 +0100 |
commit | c436f01ce993b88ba6e85fb72ba876dffd2fa6a3 (patch) | |
tree | d05c5adb2fe3f0a0dc43cbe824a1f4d837282f29 /data/graphics.s | |
parent | 43f23b8a78a0111c88d671942a012d8d4b28596c (diff) |
get rid of trainer card pointers
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/data/graphics.s b/data/graphics.s index c0d0719e4..3e7276106 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -1295,10 +1295,25 @@ gUnknown_08DC0754:: @ 8DC0754 .incbin "baserom.gba", 0xdc0754, 0x440 gUnknown_08DC0B94:: @ 8DC0B94 - .incbin "baserom.gba", 0xdc0b94, 0xb60 + .incbin "baserom.gba", 0xdc0b94, 0x800 + +gUnknown_08DC1394:: @ 8DC1394 + .incbin "baserom.gba", 0xdc1394, 0x2E0 + +gUnknown_08DC1674:: @ 8DC1674 + .incbin "baserom.gba", 0xdc1674, 0x20 + +gUnknown_08DC1694:: @ 8DC1694 + .incbin "baserom.gba", 0xdc1694, 0x20 + +gUnknown_08DC16B4:: @ 8DC16B4 + .incbin "baserom.gba", 0xdc16b4, 0x20 + +gUnknown_08DC16D4:: @ 8DC16D4 + .incbin "baserom.gba", 0xdc16d4, 0x20 gUnknown_08DC16F4:: @ 8DC16F4 - .incbin "baserom.gba", 0xdc16f4, 0x62 + .incbin "baserom.gba", 0xdc16f4, 0x62 gUnknown_08DC1756:: @ 8DC1756 .incbin "baserom.gba", 0xdc1756, 0x60 |