Fix typos in event scripts

This commit is contained in:
Martin Griffin
2026-04-28 17:07:26 +01:00
parent 2d29864375
commit c46e53bd02
2 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ BattleFrontier_BattleTowerMultiPartnerRoom_EventScript_MoveToElevatorEast:
@ Unused
BattleFrontier_BattleTowerMultiPartnerRoom_EventScript_MoveToElevatorWest:
applymovement LOCALID_TOWER_PARTNER_ROOM_ATTENDANT, BattleFrontier_BattleTowerMultiPartnerRoom_Movement_AttendantEnterElevator
applymovement LOCALID_PLAYER, BattleFrontier_BattleTowerMultiPartnerRoom_Movement_PlayerEneterElevatorWest
applymovement LOCALID_PLAYER, BattleFrontier_BattleTowerMultiPartnerRoom_Movement_PlayerEnterElevatorWest
waitmovement 0
return
@@ -144,7 +144,7 @@ BattleFrontier_BattleTowerMultiPartnerRoom_Movement_PlayerEnterElevatorEast:
step_end
@ Functionally unused
BattleFrontier_BattleTowerMultiPartnerRoom_Movement_PlayerEneterElevatorWest:
BattleFrontier_BattleTowerMultiPartnerRoom_Movement_PlayerEnterElevatorWest:
walk_left
walk_up
set_invisible

View File

@@ -456,7 +456,7 @@ MtChimney_EventScript_MachineOff::
end
MtChimney_EventScript_MachineOn::
msgbox MtChimney_Text_MetoriteFittedOnMachine, MSGBOX_DEFAULT
msgbox MtChimney_Text_MeteoriteFittedOnMachine, MSGBOX_DEFAULT
releaseall
end
@@ -711,7 +711,7 @@ MtChimney_Text_YouveNotGotTheMoney:
MtChimney_Text_OhFineThen:
.string "Oh, fine then.$"
MtChimney_Text_MetoriteFittedOnMachine:
MtChimney_Text_MeteoriteFittedOnMachine:
.string "A METEORITE is fitted on a mysterious\n"
.string "machine…\p"
.string "The machine seems to be storing\n"