diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 20:44:14 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-17 20:44:14 +0200 |
| commit | e994fab66a6ef731908b0655f3c8d2bbb8b4ac5d (patch) | |
| tree | 8457616a93b0990019a4705e02972b39481de34b /data/scripts/cutscene/outro | |
| parent | e8639051babd5a27745284f41fb60650bd08a976 (diff) | |
Uuuh... A lot of animations in an enum
Diffstat (limited to 'data/scripts/cutscene/outro')
| -rw-r--r-- | data/scripts/cutscene/outro/script_PlayerGetGreenCap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/cutscene/outro/script_PlayerGetGreenCap.inc b/data/scripts/cutscene/outro/script_PlayerGetGreenCap.inc index 85ba5972..a1249100 100644 --- a/data/scripts/cutscene/outro/script_PlayerGetGreenCap.inc +++ b/data/scripts/cutscene/outro/script_PlayerGetGreenCap.inc @@ -2,7 +2,7 @@ SCRIPT_START script_PlayerGetGreenCap BeginBlock Call sub_08094BE0 - CallWithArg SetPlayerAnimation2, 0x0000045b + CallWithArg SetPlayerAnimation2, ANIM_GET_ITEM_BIG_NOCAP PlaySound SFX_ITEM_GET EndBlock Call WaitForPlayerAnim @@ -10,7 +10,7 @@ SCRIPT_START script_PlayerGetGreenCap SetSyncFlag 0x00000008 BeginBlock CallWithArg ResetPlayerFlag, PL_NO_CAP - CallWithArg SetPlayerAnimation2, 0x000008e4 + CallWithArg SetPlayerAnimation2, ANIM_GET_NEWCAP EndBlock Call WaitForPlayerAnim SetAnimationState 0x0004 |
