mirror of
https://github.com/zeldaret/tmc
synced 2026-06-20 00:08:03 -04:00
Uuuh... A lot of animations in an enum
This commit is contained in:
@@ -3,7 +3,7 @@ SCRIPT_START script_PlayerGetWhiteSword
|
||||
SetInventoryValue ITEM_GREEN_SWORD, 0x0001
|
||||
CallWithArg PutItemAnySlot, ITEM_GREEN_SWORD
|
||||
PlaySound SFX_ITEM_GET
|
||||
CallWithArg SetPlayerAnimation2, 0x000001e2
|
||||
CallWithArg SetPlayerAnimation2, ANIM_GET_WHITE_SWORD
|
||||
Call WaitForPlayerAnim
|
||||
MessageNoOverlap TEXT_ITEM_GET, 0x02
|
||||
WaitUntilTextboxCloses
|
||||
|
||||
Reference in New Issue
Block a user