diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-18 10:11:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 10:11:33 -0400 |
commit | 4bc284ff2c7d0ec3f24df8d94a77860fbaed588b (patch) | |
tree | 6bde8effc75a77985ae058b71e532910f78ac571 /asm/overworld.s | |
parent | 75f1c808ccd173ca35c67b827e8d6c3825b526c2 (diff) | |
parent | 2e29ee64b89dc92a6345638eea50d74b8ee7ec6e (diff) |
Merge pull request #128 from garakmon/more_event_script_dump
Final Event Script Dump
Diffstat (limited to 'asm/overworld.s')
-rw-r--r-- | asm/overworld.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/overworld.s b/asm/overworld.s index 9bcd95eab..bd5ab7500 100644 --- a/asm/overworld.s +++ b/asm/overworld.s @@ -6964,13 +6964,13 @@ sub_8058214: @ 8058214 thumb_func_start sub_8058230 sub_8058230: @ 8058230 push {lr} - ldr r0, _08058240 @ =gUnknown_81BB9F0 + ldr r0, _08058240 @ =EventScript_1BB9F0 bl ScriptContext1_SetupScript bl ScriptContext2_Enable pop {r0} bx r0 .align 2, 0 -_08058240: .4byte gUnknown_81BB9F0 +_08058240: .4byte EventScript_1BB9F0 thumb_func_end sub_8058230 thumb_func_start sub_8058244 |