summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-18 15:13:00 -0700
committerYamaArashi <shadow962@live.com>2016-10-18 15:13:00 -0700
commitd93f1158c5d739aa264a81e15d26e80399b3f887 (patch)
tree4e87fb7faa339169fbf20c6846522b53e742d7a3 /data
parentc43ff74fc4133e2857b70db9a8438ac5d48e1333 (diff)
update sand pillar palette
Diffstat (limited to 'data')
-rw-r--r--data/event_scripts.s2
-rw-r--r--data/field_move_scripts.s4
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