mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-20 22:48:43 +13:00
Mysteries of the Earth + Updated palettes
Put Giovanni's book in Cal's room, allowing people to access a bit of lore they may have missed in KEP. Also, Ursaluna and Annihilape needed palettes in order for the ROM to build, which they now have!
This commit is contained in:
parent
35c0bdf83a
commit
48e26cd090
9 changed files with 63 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
|
||||
%&'
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
object_const_def
|
||||
const CALSHOUSE_KEN
|
||||
const CALSHOUSE_BOOK
|
||||
|
||||
CalsHouse2F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
|
@ -21,6 +22,17 @@ CalsHouse2F_MapScripts:
|
|||
CalsHouseKen:
|
||||
jumptextfaceplayer CalsHouseKenText
|
||||
|
||||
CalsHouseBook:
|
||||
opentext
|
||||
writetext CalsHouseBookIntro
|
||||
yesorno
|
||||
iffalse .Done
|
||||
writetext CalsHouseBookText
|
||||
waitbutton
|
||||
.Done:
|
||||
closetext
|
||||
end
|
||||
|
||||
CalsHouseKenText:
|
||||
text "CAL? He's my"
|
||||
line "brother!"
|
||||
|
|
@ -37,6 +49,46 @@ CalsHouseKenText:
|
|||
line "He's so cool!"
|
||||
done
|
||||
|
||||
CalsHouseBookIntro:
|
||||
text "There's a book"
|
||||
line "on CAL's desk…"
|
||||
|
||||
para "MYSTERIES OF"
|
||||
line "THE EARTH"
|
||||
|
||||
para "It's written by..."
|
||||
line "GIOVANNI?!"
|
||||
|
||||
para "Read it anyway?"
|
||||
done
|
||||
|
||||
CalsHouseBookText:
|
||||
text "In this book, I"
|
||||
line "will reveal the"
|
||||
cont "highest form of"
|
||||
cont "RHYDON."
|
||||
|
||||
para "Its name is"
|
||||
line "RHYPERIOR."
|
||||
|
||||
para "We can't get it"
|
||||
line "obtained with"
|
||||
cont "items native to"
|
||||
cont "KANTO. We must"
|
||||
cont "use a PROTECTOR."
|
||||
|
||||
para "Unfortunately,"
|
||||
line "RHYPERIOR does"
|
||||
cont "not address"
|
||||
cont "RHYDON's poor"
|
||||
cont "SPEED. Ergo, it"
|
||||
cont "cannot use my"
|
||||
cont "own technique,"
|
||||
cont "FISSURE, to its"
|
||||
cont "full potential."
|
||||
done
|
||||
|
||||
|
||||
; Usually, there's a thing about Skarmory here, but Silver's House details it, so let's use this unused quote instead.
|
||||
CalsHousePCText:
|
||||
jumpstd SilphPokegearScript
|
||||
|
|
@ -109,3 +161,4 @@ CalsHouse2F_MapEvents:
|
|||
|
||||
def_object_events
|
||||
object_event 8, 1, SPRITE_ROCKER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CalsHouseKen, -1
|
||||
object_event 1, 5, SPRITE_POKEDEX, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CalsHouseBook, -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue