mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- All of the new Pokemon have been given their Nob Ogasawara-localised names, where applicable. Skimper, Bawligua, and Cryithan have completely new names, (Squeamata, Ministare and Iguanarch), made by me with a lot of help from Plague Von Karma! - Squeamata and Ministare have new sprites courtesy of Albatross. Crobat and the Alolan forms of Golem, Persian, Sandslash and Raticate have also been updated. - Sandy Shocks can no longer learn Metal Sound. - Luxwan and Sirfetch'd can no longer learn Hyper Beam. - A handful of Pokedex entries have been rewritten or altered slightly.
55 lines
914 B
NASM
55 lines
914 B
NASM
_IndigoPlateauLobbyText2::
|
|
text "Yo! Champ in"
|
|
line "making!"
|
|
|
|
para "At #MON LEAGUE,"
|
|
line "you have to face"
|
|
cont "the ELITE FOUR in"
|
|
cont "succession."
|
|
|
|
para "If you lose, you"
|
|
line "have to start all"
|
|
cont "over again! This"
|
|
cont "is it! Go for it!"
|
|
done
|
|
|
|
_IndigoPlateauLobbyText3::
|
|
text "From here on, you"
|
|
line "face the ELITE"
|
|
cont "FOUR one by one!"
|
|
|
|
para "If you win, a"
|
|
line "door opens to the"
|
|
cont "next trainer!"
|
|
cont "Good luck!"
|
|
done
|
|
|
|
_CandyJarPreReceiveText::
|
|
text "I found this empty"
|
|
line "jar on the floor."
|
|
|
|
para "Mind taking it"
|
|
line "off my hands?"
|
|
|
|
prompt
|
|
|
|
_ReceivedCandyJarText::
|
|
text "<PLAYER> received"
|
|
line "@"
|
|
text_ram wStringBuffer
|
|
text "!@"
|
|
text_end
|
|
|
|
_CandyJarExplanationText::
|
|
text "Me and IGUANARCH"
|
|
line "are so ready for"
|
|
cont "the LEAGUE!"
|
|
|
|
para "Good luck to you!"
|
|
done
|
|
|
|
_CandyJarNoRoomText::
|
|
text "No room? Oh, what"
|
|
line "to do..."
|
|
done
|