diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-03-18 13:37:42 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-03-18 13:40:47 +0200 |
| commit | 105be8ac6e1410afe627b9a92eaff15c66a64ba8 (patch) | |
| tree | 0333216b0723dd12ffeca4c691422997a937dd74 /data/scripts | |
| parent | 7ee35a0c90ab7fecc51caa00853dbf1a56f5049c (diff) | |
Decompile objectB9 (cuccoMinigame)
Diffstat (limited to 'data/scripts')
| -rw-r--r-- | data/scripts/hyruleTown/script_Anju.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/hyruleTown/script_Anju.inc b/data/scripts/hyruleTown/script_Anju.inc index 627bc9b1..b6cb6bb4 100644 --- a/data/scripts/hyruleTown/script_Anju.inc +++ b/data/scripts/hyruleTown/script_Anju.inc @@ -19,7 +19,7 @@ script_0801015A: Call sub_080A1608 WaitUntilTextboxCloses EnablePlayerControl - CallWithArg sub_080A1550, script_080101AC + CallWithArg CuccoMinigame_Init, script_080101AC JumpIfNot script_0801015A PlayBgm BGM_CUCCO_MINIGAME SetRoomFlag 0x0001 @@ -49,7 +49,7 @@ script_080101AC: Call sub_0807FB74 _0807E8E4_1 Call SetPlayerCollisionLayer1 - Call sub_080A1388 + Call CuccoMinigame_Cleanup Call sub_0806EC38 BeginBlock MoveEntityToPlayer |
