mirror of https://github.com/pret/pokeemerald.git
Fix EventScript_WroteSecretCodeLockOpened typo
This commit is contained in:
parent
b035fc1f42
commit
f439a2dee7
|
@ -625,7 +625,7 @@ Route110_TrickHousePuzzle6_EventScript_Door::
|
|||
|
||||
Route110_TrickHousePuzzle7_EventScript_Door::
|
||||
goto_if_eq VAR_TRICK_HOUSE_PUZZLE_7_STATE, 0, Route110_TrickHousePuzzle_EventScript_DoorLocked
|
||||
msgbox Route110_TrickHousePuzzle7_EventScript_WroteSecretCodeLockOpened, MSGBOX_DEFAULT
|
||||
msgbox Route110_TrickHousePuzzle7_Text_WroteSecretCodeLockOpened, MSGBOX_DEFAULT
|
||||
playse SE_PIN
|
||||
setvar VAR_TRICK_HOUSE_PUZZLE_7_STATE, 2
|
||||
setmetatile 13, 1, METATILE_TrickHousePuzzle_Stairs_Down, FALSE
|
||||
|
|
|
@ -314,7 +314,7 @@ Route110_TrickHousePuzzle7_EventScript_Everett::
|
|||
msgbox Route110_TrickHousePuzzle7_Text_EverettPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
Route110_TrickHousePuzzle7_EventScript_WroteSecretCodeLockOpened::
|
||||
Route110_TrickHousePuzzle7_Text_WroteSecretCodeLockOpened::
|
||||
.string "{PLAYER} wrote down the secret code\n"
|
||||
.string "on the door.\p"
|
||||
.string "“TRICK MASTER is huggable.”\n"
|
||||
|
|
Loading…
Reference in New Issue