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

- New Celeste Hill Gate location so the entrance into the location makes more sense. Also took the opportunity to include more lore. This replaces Pokemon Tower 4F. - Fixed a bug that caused the Cat icon to not animate correctly. - Made the infinite Nugget glitch work properly because I was stupid and didn't test it. - Luxwan now uses the Small Bird icon to fit with the rest of the line. - Nidoreign has a new Pokedex entry and classification, centred on the Nido's origins in the Moon Rabbit of Asian mythology.
32 lines
675 B
NASM
32 lines
675 B
NASM
; Referencing Bede's talks about Galarian Articuno
|
|
; "Galarian Articuno has a cold and callous personality, but its mannerisms are refined."
|
|
; "I was troubled by Articuno's behavior of toying with people."
|
|
_CelesteHillGateText1::
|
|
text "The locals here"
|
|
line "claim that"
|
|
cont "ARTICUNO has a"
|
|
cont "cold, callous"
|
|
cont "personality."
|
|
|
|
para "What kind of"
|
|
line "ARTICUNO did"
|
|
cont "they meet..?"
|
|
|
|
para "It's nothing like"
|
|
line "like the legends"
|
|
cont "I've read!"
|
|
done
|
|
|
|
_CelesteHillGateText2::
|
|
text "I came here to"
|
|
line "look for rare"
|
|
cont "bird #MON!"
|
|
|
|
para "Boy, it didn't"
|
|
line "disappoint!"
|
|
done
|
|
|
|
_CelesteHillGateText3::
|
|
text "LUXWAN: Kwaa!"
|
|
done
|