diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-05 00:25:09 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-05 00:25:09 +0100 |
commit | 99e697223f86356ef178e4af90f3a3b4b7132591 (patch) | |
tree | b7ad40c740a89ffef21f9182a398a955d3d874b8 | |
parent | 135c4ea1f6210abd2caa3a3125cc4c77ce32645f (diff) |
get rid of two baseroms
-rw-r--r-- | data/mauville_old_man.s | 4 | ||||
-rw-r--r-- | data/save.s | 16 |
2 files changed, 17 insertions, 3 deletions
diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s index 539cace62..13e26f513 100644 --- a/data/mauville_old_man.s +++ b/data/mauville_old_man.s @@ -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 diff --git a/data/save.s b/data/save.s index 29b750b3a..c0b0e007f 100644 --- a/data/save.s +++ b/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 +
\ No newline at end of file |