diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-18 16:03:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 16:03:11 -0400 |
commit | 54fb8eb68e0a4cfb441bda31d1ec3f402b565eec (patch) | |
tree | f423c51720c51f7c8a4a0c428dee71598a46cd95 | |
parent | 3372993a6361e9417f016046caa8629254b84ba6 (diff) | |
parent | 3ba8cabd80f7769b0903088a7d9429bd4a46edaf (diff) |
Merge pull request #1142 from GriffinRichards/fix-typo
Fix Brenday typo
-rw-r--r-- | data/maps/Route110/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route110/scripts.inc b/data/maps/Route110/scripts.inc index 02c13f4d9..7cdb547ed 100644 --- a/data/maps/Route110/scripts.inc +++ b/data/maps/Route110/scripts.inc @@ -448,7 +448,7 @@ Route110_EventScript_MayDefeated:: @ 81EF84A end Route110_EventScript_BrendanBattle:: @ 81EF865 - msgbox Route110_Text_BrendayLetsBattle, MSGBOX_DEFAULT + msgbox Route110_Text_BrendanLetsBattle, MSGBOX_DEFAULT switch VAR_STARTER_MON case 0, Route110_EventScript_BrendanBattleTreecko case 1, Route110_EventScript_BrendanBattleTorchic @@ -814,7 +814,7 @@ Route110_Text_MayExplainItemfinder: @ 81EFD58 .string "me, but I think you should train a lot\l" .string "harder for the next time.$" -Route110_Text_BrendayLetsBattle: @ 81EFE3F +Route110_Text_BrendanLetsBattle: @ 81EFE3F .string "BRENDAN: Hey, {PLAYER}.\n" .string "So this is where you were.\l" .string "How's it going?\p" |