diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 2 | ||||
-rw-r--r-- | data/field_move_scripts.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index bc5c4728d..cd9f7766a 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1824,7 +1824,7 @@ UseSurfScript:: @ 81A0117 compare RESULT, 0 jumpeq UseSurfScript_No msgbox UsedSurfText, 4 - doanimation 0x9 + doanimation 9 UseSurfScript_No: @ 81A014C releaseall UseSurfScript_NoMon: @ 81A014D diff --git a/data/field_move_scripts.s b/data/field_move_scripts.s index 99a8b31ea..413ab351a 100644 --- a/data/field_move_scripts.s +++ b/data/field_move_scripts.s @@ -144,7 +144,7 @@ PushableBoulderScript:: @ 81B0FCB UseStrengthScript:: @ 81B100E lockall - doanimation 0x28 + doanimation 40 waitstate jump UsedStrength end @@ -199,7 +199,7 @@ UseWaterfallScript:: @ 81B115A compare RESULT, 0 jumpeq Waterfall_Done msgbox UsedWaterfallText, 4 - doanimation 0x2B + doanimation 43 jump Waterfall_Done CannotUseWaterfallScript:: @ 81B1194 |