diff options
author | red031000 <rubenru09@aol.com> | 2020-05-13 02:00:26 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-13 02:00:26 +0100 |
commit | 8afa75a534a122487360f83ce3a315078ad1befe (patch) | |
tree | a4ea9f38d65e377aa20acc8deb8fbadf4fe2ca0c | |
parent | 93b7463dbd061c40969fc9c08728f28d29ab19e6 (diff) |
match overlay 69 finally
-rw-r--r-- | arm9/arm9.lcf | 4 | ||||
-rw-r--r-- | arm9/modules/69/asm/module_69.s | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index a1c3d015..fb5c87df 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -2722,8 +2722,10 @@ SECTIONS { SDK_OVERLAY.MODULE_69.SINIT_START = .; module_69.o (.ctor) module_69.o (.sinit) + WRITEW 0; SDK_OVERLAY.MODULE_69.SINIT_END = .; - module_69.o (.sdata) + . = ALIGN(32); + module_69.o (.sdata) module_69.o (.data) . = ALIGN(32); SDK_OVERLAY.MODULE_69.END = .; diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index a8eaa847..a6799aba 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -4131,8 +4131,11 @@ _0222F77A: _0222F788: .word 0x00001B54 _0222F78C: .word 0x00001B58 + .section .rodata + .incbin "baserom.nds", 0x2c49d0, 0x1ac + .section .data - .incbin "baserom.nds", 0x2c49d0, 0x1d0 + .word 0x00000001 .section .bss .space 0x20
\ No newline at end of file |