diff options
author | yenatch <yenatch@gmail.com> | 2017-09-23 13:50:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 13:50:55 -0400 |
commit | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (patch) | |
tree | 0b20aeb72cc21dbfbaf99ad08750934471cccf96 /asm/battle_setup.s | |
parent | 2ad419e4b914ba17b5b3c3e60ef56726da0cf59b (diff) | |
parent | 21f668d6a574dd7df4d761148c6f02ee4cdda6f1 (diff) |
Merge pull request #36 from DizzyEggg/decomp_egg_hatch
Decompile Egg Hatch
Diffstat (limited to 'asm/battle_setup.s')
-rw-r--r-- | asm/battle_setup.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_setup.s b/asm/battle_setup.s index 608d7843c..752e4adf1 100644 --- a/asm/battle_setup.s +++ b/asm/battle_setup.s @@ -585,7 +585,7 @@ sub_80B0AF8: @ 80B0AF8 _080B0B4C: ldr r0, =c2_exit_to_overworld_2_switch bl SetMainCallback2 - ldr r1, =gUnknown_03005DAC + ldr r1, =gFieldCallback ldr r0, =sub_80AF6F0 str r0, [r1] _080B0B58: |