diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-21 12:04:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 12:04:51 -0400 |
commit | be667514db9cf14959d20bb7328711520ce3a60c (patch) | |
tree | a7d8fb2c622e45b510880cb798ebab0a3ca27afa /asm/sdata.s | |
parent | a12e887c2ea899cc0b1f6c202086ed57127b7bdc (diff) | |
parent | 31046ee37a5dfc70bbeb998b0a815bc43a16dc84 (diff) |
Merge pull request #68 from red031000/master
resolve some incbins
Diffstat (limited to 'asm/sdata.s')
-rw-r--r-- | asm/sdata.s | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/asm/sdata.s b/asm/sdata.s index 2342e3f..742ff88 100644 --- a/asm/sdata.s +++ b/asm/sdata.s @@ -54,18 +54,26 @@ lbl_8063D300: .balign 4, 0 .global lbl_8063D308 lbl_8063D308: - .incbin "baserom.dol", 0x471048, 0x10 + .4byte lbl_80405F9C + .balign 8, 0 + .global lbl_8063D310 +lbl_8063D310: + .4byte lbl_80405FB0 + + .balign 8, 0 .global lbl_8063D318 lbl_8063D318: .incbin "baserom.dol", 0x471058, 0x4 -.global lbl_8063D31C + .global lbl_8063D31C lbl_8063D31C: .incbin "baserom.dol", 0x47105C, 0x4 -.global lbl_8063D320 + + .global lbl_8063D320 lbl_8063D320: .incbin "baserom.dol", 0x471060, 0x4 + .global lbl_8063D324 lbl_8063D324: .incbin "baserom.dol", 0x471064, 0x4 |