get rid of two baseroms
This commit is contained in:
parent
135c4ea1f6
commit
99e697223f
2 changed files with 17 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
.align 2, 0
|
||||
|
||||
gUnknown_0859EFE4:: @ 859EFE4
|
||||
.incbin "baserom.gba", 0x59efe4, 0xc
|
||||
|
||||
.2byte 0x2811, 0x1029, 0x1018, 0xE0D, 0x1A1A, 0x1A1D
|
||||
|
||||
gUnknown_0859EFF0:: @ 859EFF0
|
||||
.incbin "baserom.gba", 0x59eff0, 0x20
|
||||
|
||||
|
|
16
data/save.s
16
data/save.s
|
@ -4,4 +4,18 @@
|
|||
.section .rodata
|
||||
|
||||
gSaveSectionOffsets:: @ 85CDC00
|
||||
.incbin "baserom.gba", 0x5cdc00, 0x38
|
||||
.2byte 0, 0xF2C
|
||||
.2byte 0, 0xF80
|
||||
.2byte 0xF80, 0xF80
|
||||
.2byte 0x1F00, 0xF80
|
||||
.2byte 0x2E80, 0xF08
|
||||
.2byte 0, 0xF80
|
||||
.2byte 0xF80, 0xF80
|
||||
.2byte 0x1F00, 0xF80
|
||||
.2byte 0x2E80, 0xF80
|
||||
.2byte 0x3E00, 0xF80
|
||||
.2byte 0x4D80, 0xF80
|
||||
.2byte 0x5D00, 0xF80
|
||||
.2byte 0x6C80, 0xF80
|
||||
.2byte 0x7C00, 0x7D0
|
||||
|
Loading…
Reference in a new issue