mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 05:43:51 +01:00
Fix sailing typo
This commit is contained in:
parent
5e4dd022a6
commit
4334e31a7e
@ -125,8 +125,8 @@ DewfordTown_EventScript_SailToPetalburg:: @ 81E9660
|
|||||||
waitmovement 0
|
waitmovement 0
|
||||||
hideobjectat EVENT_OBJ_ID_PLAYER, MAP_DEWFORD_TOWN
|
hideobjectat EVENT_OBJ_ID_PLAYER, MAP_DEWFORD_TOWN
|
||||||
call Common_EventScript_PlayBrineysBoatMusic
|
call Common_EventScript_PlayBrineysBoatMusic
|
||||||
applymovement 4, DewfordTown_Movement_SailToDewford
|
applymovement 4, DewfordTown_Movement_SailToPetalburg
|
||||||
applymovement EVENT_OBJ_ID_PLAYER, DewfordTown_Movement_SailToDewford
|
applymovement EVENT_OBJ_ID_PLAYER, DewfordTown_Movement_SailToPetalburg
|
||||||
waitmovement 0
|
waitmovement 0
|
||||||
showobjectat EVENT_OBJ_ID_PLAYER, MAP_ROUTE104
|
showobjectat EVENT_OBJ_ID_PLAYER, MAP_ROUTE104
|
||||||
call Common_EventScript_StopBrineysBoatMusic
|
call Common_EventScript_StopBrineysBoatMusic
|
||||||
@ -157,8 +157,8 @@ DewfordTown_EventScript_SailToSlateport:: @ 81E96E7
|
|||||||
waitmovement 0
|
waitmovement 0
|
||||||
hideobjectat EVENT_OBJ_ID_PLAYER, MAP_DEWFORD_TOWN
|
hideobjectat EVENT_OBJ_ID_PLAYER, MAP_DEWFORD_TOWN
|
||||||
call Common_EventScript_PlayBrineysBoatMusic
|
call Common_EventScript_PlayBrineysBoatMusic
|
||||||
applymovement 4, DewfordTown_Movement_SailToPetalburg
|
applymovement 4, DewfordTown_Movement_SailToSlateport
|
||||||
applymovement EVENT_OBJ_ID_PLAYER, DewfordTown_Movement_SailToPetalburg
|
applymovement EVENT_OBJ_ID_PLAYER, DewfordTown_Movement_SailToSlateport
|
||||||
waitmovement 0
|
waitmovement 0
|
||||||
call Common_EventScript_StopBrineysBoatMusic
|
call Common_EventScript_StopBrineysBoatMusic
|
||||||
showobjectat EVENT_OBJ_ID_PLAYER, MAP_ROUTE109
|
showobjectat EVENT_OBJ_ID_PLAYER, MAP_ROUTE109
|
||||||
@ -192,7 +192,7 @@ DewfordTown_EventScript_LandedSlateport:: @ 81E9799
|
|||||||
msgbox DewfordTown_Text_BrineyLandedInSlateport, MSGBOX_DEFAULT
|
msgbox DewfordTown_Text_BrineyLandedInSlateport, MSGBOX_DEFAULT
|
||||||
return
|
return
|
||||||
|
|
||||||
DewfordTown_Movement_SailToDewford: @ 81E97A2
|
DewfordTown_Movement_SailToPetalburg: @ 81E97A2
|
||||||
walk_up
|
walk_up
|
||||||
walk_up
|
walk_up
|
||||||
walk_fast_up
|
walk_fast_up
|
||||||
@ -389,7 +389,7 @@ DewfordTown_Movement_SailToDewford: @ 81E97A2
|
|||||||
walk_up
|
walk_up
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
DewfordTown_Movement_SailToPetalburg: @ 81E9865
|
DewfordTown_Movement_SailToSlateport: @ 81E9865
|
||||||
walk_right
|
walk_right
|
||||||
walk_fast_right
|
walk_fast_right
|
||||||
walk_fast_right
|
walk_fast_right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user