diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu_helpers.s | 2 | ||||
| -rw-r--r-- | data/region_map.s | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/data/menu_helpers.s b/data/menu_helpers.s index b43af0bc4..8d0e12939 100644 --- a/data/menu_helpers.s +++ b/data/menu_helpers.s @@ -11,4 +11,4 @@ gUnknown_0859F51C:: @ 859F51C .incbin "baserom.gba", 0x59f51c, 0x8 gUnknown_0859F524:: @ 859F524 - .incbin "baserom.gba", 0x59f524, 0x10 + .incbin "baserom.gba", 0x59f524, 0x18 diff --git a/data/region_map.s b/data/region_map.s index 78e6cec2f..b1e88be79 100644 --- a/data/region_map.s +++ b/data/region_map.s @@ -4,6 +4,9 @@ .section .rodata .align 2, 0 +gUnknown_0859F5EC:: @ 859F5EC + .incbin "graphics/unknown/unk_859f5ec.gbapal" + gUnknown_0859F60C:: @ 859F60C .incbin "baserom.gba", 0x59f60c, 0x44 |
