Script commands don't have underscores

This commit is contained in:
Rangi
2018-02-02 21:09:17 -05:00
parent b7e44124d3
commit 68d855c213
152 changed files with 1716 additions and 1716 deletions

View File

@@ -23,7 +23,7 @@ VioletPokecenter1F_ElmsAideScript:
yesorno
iffalse .RefusedEgg
checkcode VAR_PARTYCOUNT
if_equal PARTY_LENGTH, .PartyFull
ifequal PARTY_LENGTH, .PartyFull
giveegg TOGEPI, 5
stringtotext .eggname, MEM_BUFFER_1
scall .AideGivesEgg
@@ -35,7 +35,7 @@ VioletPokecenter1F_ElmsAideScript:
waitbutton
closetext
checkcode VAR_FACING
if_equal UP, .AideWalksAroundPlayer
ifequal UP, .AideWalksAroundPlayer
spriteface PLAYER, DOWN
applymovement VIOLETPOKECENTER1F_SCIENTIST, MovementData_AideWalksStraightOutOfPokecenter
playsound SFX_EXIT_BUILDING