mirror of
https://github.com/pret/berry-fix.git
synced 2026-03-21 17:54:20 -05:00
Rename rom header, payload symbol
This commit is contained in:
parent
c810be6a45
commit
baffd08f49
|
|
@ -18,7 +18,7 @@ _start: @ 0
|
|||
b _entry
|
||||
arm_func_end _start
|
||||
|
||||
.include "asm/berry_fix_header.inc"
|
||||
.include "asm/rom_header.inc"
|
||||
|
||||
@ C0
|
||||
.word 0
|
||||
|
|
@ -107,7 +107,7 @@ _1a0:
|
|||
bne _1a0
|
||||
mov r1, #0
|
||||
strh r1, [r0, 0xa] @ SIOMLT_SEND
|
||||
ldr r0, =_data_2f0
|
||||
ldr r0, =gPayload
|
||||
ldr r1, =gCode
|
||||
swi 0x11 << 16
|
||||
ldr lr, =gCode
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.section .rodata
|
||||
|
||||
_data_2f0::
|
||||
gPayload::
|
||||
.incbin "data/payload.gba.lz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user