mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Comment in Ruddy Town House
This makes the Ballsmith a general "profession" in the Pokemon world, something not elaborated on outside of SW99. I made it so Chad mentions it too, instead of "BALL creator", which makes him out to be something different. Celadon University can elaborate on this too.
This commit is contained in:
parent
ea5cab1877
commit
8f3e178a35
|
@ -120,7 +120,7 @@ ChadProfOaksDreamGossipText:
|
||||||
|
|
||||||
ChadKurtGossipText:
|
ChadKurtGossipText:
|
||||||
text "Do you know KURT,"
|
text "Do you know KURT,"
|
||||||
line "the BALL creator?"
|
line "the BALLSMITH?"
|
||||||
|
|
||||||
para "He and PROF.OAK go"
|
para "He and PROF.OAK go"
|
||||||
line "back a long way."
|
line "back a long way."
|
||||||
|
|
|
@ -6,14 +6,15 @@ RuddyTownBigHouse1_MapScripts:
|
||||||
|
|
||||||
def_callbacks
|
def_callbacks
|
||||||
|
|
||||||
; Her house is bigger than the other so she may have been intended to do something.
|
; I decided to make her discuss Ballsmiths in general.
|
||||||
; What? Iunno.
|
; Not very notable in the final game!
|
||||||
RuddyTownBigHouse1GrannyScript:
|
RuddyTownBigHouse1GrannyScript:
|
||||||
jumptextfaceplayer RuddyTownBigHouse1GrannyText
|
jumptextfaceplayer RuddyTownBigHouse1GrannyText
|
||||||
|
|
||||||
RuddyTownBigHouse1GrannyText:
|
RuddyTownBigHouse1GrannyText:
|
||||||
text "Comment to be"
|
text "My grandson is"
|
||||||
line "written."
|
line "studying to be"
|
||||||
|
cont "a BALLSMITH!"
|
||||||
done
|
done
|
||||||
|
|
||||||
RuddyTownBigHouse1_MapEvents:
|
RuddyTownBigHouse1_MapEvents:
|
||||||
|
|
Loading…
Reference in a new issue