- Update variable sprites to use constants rather than fixed values

This commit is contained in:
PikalaxALT
2015-07-13 02:23:48 -04:00
parent 3a9f537f8a
commit 8fa8e29170
10 changed files with 44 additions and 52 deletions

View File

@@ -76,7 +76,7 @@ WateredWeirdTreeScript::
setevent EVENT_FOUGHT_SUDOWOODO
if_equal $2, UnknownScript_0x19407b
disappear $4
variablesprite $4, $26
variablesprite SPRITE_WEIRD_TREE, SPRITE_TWIN
returnafterbattle
end
@@ -88,7 +88,7 @@ UnknownScript_0x19407b:
returnafterbattle
applymovement $4, MovementData_0x19424b
disappear $4
variablesprite $4, $26
variablesprite SPRITE_WEIRD_TREE, SPRITE_TWIN
special Function14209
special Function14168
end