diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-27 00:19:10 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-27 00:19:10 -0700 |
| commit | ca139bf5584ceaada7fbd19291a91559851918ce (patch) | |
| tree | 16581618ed2c11480402867f0b4d31fb0c035d5f /data/scripts | |
| parent | 5208bfd1aa3d0103fb8e57ba08a99511e1b524b7 (diff) | |
| parent | 74f88fe5eeaf14ed3f6e8d6344aca88a36d7a697 (diff) | |
merge
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 |
