mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix constants used with startbattle
This commit is contained in:
parent
a21507f22a
commit
0390728d44
@ -87,7 +87,7 @@ RedGyarados:
|
||||
loadwildmon GYARADOS, 30
|
||||
writecode VAR_BATTLETYPE, BATTLETYPE_SHINY
|
||||
startbattle
|
||||
ifequal $1, .NotBeaten
|
||||
ifequal LOSE, .NotBeaten
|
||||
disappear LAKEOFRAGE_GYARADOS
|
||||
.NotBeaten:
|
||||
reloadmapafterbattle
|
||||
|
@ -77,7 +77,7 @@ WateredWeirdTreeScript:: ; export (for when you use Squirtbottle from pack)
|
||||
loadwildmon SUDOWOODO, 20
|
||||
startbattle
|
||||
setevent EVENT_FOUGHT_SUDOWOODO
|
||||
ifequal $2, DidntCatchSudowoodo
|
||||
ifequal DRAW, DidntCatchSudowoodo
|
||||
disappear ROUTE36_WEIRD_TREE
|
||||
variablesprite SPRITE_WEIRD_TREE, SPRITE_TWIN
|
||||
reloadmapafterbattle
|
||||
|
Loading…
Reference in New Issue
Block a user