Merge pull request #37 from PikalaxALT/dump_map_groups

Dump map groups and pointers
This commit is contained in:
PikalaxALT
2019-01-05 20:22:44 -05:00
committed by GitHub
3 changed files with 1837 additions and 5 deletions
+2 -2
View File
@@ -825,7 +825,7 @@ _08055232:
get_mapheader_by_bank_and_number: @ 8055238
lsls r0, 16
lsls r1, 16
ldr r2, _0805524C @ =gUnknown_83526A8
ldr r2, _0805524C @ =gMapGroups
lsrs r0, 14
adds r0, r2
ldr r0, [r0]
@@ -834,7 +834,7 @@ get_mapheader_by_bank_and_number: @ 8055238
ldr r0, [r1]
bx lr
.align 2, 0
_0805524C: .4byte gUnknown_83526A8
_0805524C: .4byte gMapGroups
thumb_func_end get_mapheader_by_bank_and_number
thumb_func_start warp1_get_mapheader
+5 -3
View File
@@ -930,10 +930,12 @@ gUnknown_82E55CC:: @ 82E55CC
.incbin "baserom.gba", 0x2E55CC, 0x695C0
gUnknown_834EB8C:: @ 834EB8C
.incbin "baserom.gba", 0x34EB8C, 0x3B1C
.incbin "baserom.gba", 0x34EB8C, 0x5FC
gUnknown_83526A8:: @ 83526A8
.incbin "baserom.gba", 0x3526A8, 0x844
.include "data/maps/groups.inc"
gUnknown_8352754:: @ 8352754
.incbin "baserom.gba", 0x352754, 0x798
gUnknown_8352EEC:: @ 8352EEC
.incbin "baserom.gba", 0x352EEC, 0x4
+1830
View File
File diff suppressed because it is too large Load Diff