Add another CeladonU NPC

This is a reference to another bit of the Tamamushi booklets, where they talk about the Pokemon that can fly without wings.

Also, shortened one of the text chains. In general, they need to be much shorter.
This commit is contained in:
May Evans 2022-10-17 13:09:14 +01:00
parent fce6c3221c
commit 97cb4cfaf3
5 changed files with 22 additions and 18 deletions

View file

@ -11,6 +11,7 @@ CeladonUniversityPokecenter_Object:
object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
object_event 8, 3, SPRITE_SCIENTIST, STAY, LEFT_RIGHT, 2 ; person object_event 8, 3, SPRITE_SCIENTIST, STAY, LEFT_RIGHT, 2 ; person
object_event 10, 5, SPRITE_MIDDLE_AGED_MAN, WALK, ANY_DIR, 3 ; spamton object_event 10, 5, SPRITE_MIDDLE_AGED_MAN, WALK, ANY_DIR, 3 ; spamton
object_event 3, 5, SPRITE_SUPER_NERD, STAY, DOWN, 4 ; person
object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
def_warps_to CELADON_UNIVERSITY_POKECENTER def_warps_to CELADON_UNIVERSITY_POKECENTER

View file

@ -154,7 +154,7 @@ DebugItemsList:
db COIN_CASE, 1 db COIN_CASE, 1
db POKE_FLUTE, 1 db POKE_FLUTE, 1
db SILPH_SCOPE, 1 db SILPH_SCOPE, 1
; db OLDSEACHART, 1 db OLDSEACHART, 1
db -1 ; end db -1 ; end
DebugUnusedList: DebugUnusedList:

View file

@ -6,6 +6,7 @@ CeladonUniversityPokecenter_TextPointers:
dw CeladonUniversityHealNurseText dw CeladonUniversityHealNurseText
dw CeladonUniversityPokecenterText2 dw CeladonUniversityPokecenterText2
dw CuboneSalesmanText dw CuboneSalesmanText
dw CeladonUniversityPokecenterText8
dw CeladonUniversityTradeNurseText dw CeladonUniversityTradeNurseText
CeladonUniversityTradeNurseText: CeladonUniversityTradeNurseText:
@ -82,3 +83,7 @@ CuboneSalesmanText:
.Text2 .Text2
text_far _CuboneSalesmanText2 text_far _CuboneSalesmanText2
text_end text_end
CeladonUniversityPokecenterText8::
text_far _CeladonUniversityPokecenterText8
text_end

View file

@ -106,30 +106,18 @@ _BookcaseText3::
line "# BALL was" line "# BALL was"
cont "discovered by" cont "discovered by"
cont "PROF. WESTWOOD," cont "PROF. WESTWOOD,"
cont "who accidentally" cont "as part of an"
cont "administered too" cont "experiment to"
cont "many drugs to a" cont "extract the"
cont "energy of a"
cont "PRIMEAPE." cont "PRIMEAPE."
para "This was part"
line "of an experiment"
cont "to extract its"
cont "angry energy."
para "Weakened, it"
line "curled into a"
cont "ball and fit into"
cont "his glasses case."
para "The modern #" para "The modern #"
line "BALL was made by" line "BALL was made by"
cont "researchers at" cont "researchers at"
cont "CELADON" cont "CELADON"
cont "UNIVERSITY" cont "UNIVERSITY"
cont "in 1925, and" cont "in 1925."
cont "mass production"
cont "began at SILPH"
cont "CO. soon after."
done done

View file

@ -46,3 +46,13 @@ _CuboneSalesmanText2::
text "MAN: As usual, no" text "MAN: As usual, no"
line "refunds!" line "refunds!"
done done
_CeladonUniversityPokecenterText8::
text "I wonder how"
line "DRAGONAIR can fly"
cont "without wings..."
text "#MON are strange"
line "creatures..."
done