diff options
Diffstat (limited to 'maps/VioletPokeCenter1F.asm')
-rw-r--r-- | maps/VioletPokeCenter1F.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/VioletPokeCenter1F.asm b/maps/VioletPokeCenter1F.asm index 94d56df43..fe3e5cae1 100644 --- a/maps/VioletPokeCenter1F.asm +++ b/maps/VioletPokeCenter1F.asm @@ -27,15 +27,15 @@ UnknownScript_0x694d7: clearevent EVENT_TOGEPI_HATCHED domaptrigger ROUTE_32, $1 writetext UnknownText_0x695c5 + waitbutton closetext - loadmovesprites checkcode VAR_FACING if_equal $1, .UnknownScript_0x69511 spriteface PLAYER, DOWN applymovement $6, MovementData_0x69549 playsound SFX_EXIT_BUILDING disappear $6 - waitbutton + waitsfx end .UnknownScript_0x69511 @@ -44,7 +44,7 @@ UnknownScript_0x694d7: applymovement $6, MovementData_0x69551 playsound SFX_EXIT_BUILDING disappear $6 - waitbutton + waitsfx end .eggname @@ -56,14 +56,14 @@ UnknownScript_0x69527: UnknownScript_0x6952b: writetext UnknownText_0x69693 + waitbutton closetext - loadmovesprites end UnknownScript_0x69531: writetext UnknownText_0x696f2 + waitbutton closetext - loadmovesprites setevent EVENT_REFUSED_TO_TAKE_EGG_FROM_ELMS_AIDE end |