You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Text macros in maps/.
Looks fine at a glance.
This commit is contained in:
129
maps/Route15.asm
129
maps/Route15.asm
@@ -189,112 +189,137 @@ ItemFragment_0x1aa5e4: ; 0x1aa5e4
|
||||
; 0x1aa5e6
|
||||
|
||||
TeacherColetteSeenText: ; 0x1aa5e6
|
||||
db $0, "Have you forgotten", $4f
|
||||
db "anything?", $57
|
||||
text "Have you forgotten"
|
||||
line "anything?"
|
||||
done
|
||||
; 0x1aa604
|
||||
|
||||
TeacherColetteBeatenText: ; 0x1aa604
|
||||
db $0, "Kyaaah!", $57
|
||||
text "Kyaaah!"
|
||||
done
|
||||
; 0x1aa60d
|
||||
|
||||
UnknownText_0x1aa60d: ; 0x1aa60d
|
||||
db $0, "Before I became a", $4f
|
||||
db "teacher, I used to", $51
|
||||
db "forget a lot of", $4f
|
||||
db "things.", $57
|
||||
text "Before I became a"
|
||||
line "teacher, I used to"
|
||||
|
||||
para "forget a lot of"
|
||||
line "things."
|
||||
done
|
||||
; 0x1aa64b
|
||||
|
||||
TeacherHillarySeenText: ; 0x1aa64b
|
||||
db $0, "On sunny days, I", $4f
|
||||
db "think that the", $51
|
||||
db "kids would rather", $4f
|
||||
db "be playing in the", $51
|
||||
db "schoolyard than", $4f
|
||||
db "studying in class.", $57
|
||||
text "On sunny days, I"
|
||||
line "think that the"
|
||||
|
||||
para "kids would rather"
|
||||
line "be playing in the"
|
||||
|
||||
para "schoolyard than"
|
||||
line "studying in class."
|
||||
done
|
||||
; 0x1aa6b3
|
||||
|
||||
TeacherHillaryBeatenText: ; 0x1aa6b3
|
||||
db $0, "I didn't want to", $4f
|
||||
db "lose…", $57
|
||||
text "I didn't want to"
|
||||
line "lose…"
|
||||
done
|
||||
; 0x1aa6ca
|
||||
|
||||
UnknownText_0x1aa6ca: ; 0x1aa6ca
|
||||
db $0, "Studying is impor-", $4f
|
||||
db "tant, but exercise", $55
|
||||
db "is just as vital.", $57
|
||||
text "Studying is impor-"
|
||||
line "tant, but exercise"
|
||||
cont "is just as vital."
|
||||
done
|
||||
; 0x1aa703
|
||||
|
||||
SchoolboyKippSeenText: ; 0x1aa703
|
||||
db $0, "Hang on. I have to", $4f
|
||||
db "phone my mom.", $57
|
||||
text "Hang on. I have to"
|
||||
line "phone my mom."
|
||||
done
|
||||
; 0x1aa725
|
||||
|
||||
SchoolboyKippBeatenText: ; 0x1aa725
|
||||
db $0, "Sorry, Mom!", $4f
|
||||
db "I was beaten!", $57
|
||||
text "Sorry, Mom!"
|
||||
line "I was beaten!"
|
||||
done
|
||||
; 0x1aa740
|
||||
|
||||
UnknownText_0x1aa740: ; 0x1aa740
|
||||
db $0, "My mom worries so", $4f
|
||||
db "much about me, I", $51
|
||||
db "have to phone her", $4f
|
||||
db "all the time.", $57
|
||||
text "My mom worries so"
|
||||
line "much about me, I"
|
||||
|
||||
para "have to phone her"
|
||||
line "all the time."
|
||||
done
|
||||
; 0x1aa784
|
||||
|
||||
SchoolboyTommySeenText: ; 0x1aa784
|
||||
db $0, "Let's battle.", $4f
|
||||
db "I won't lose!", $57
|
||||
text "Let's battle."
|
||||
line "I won't lose!"
|
||||
done
|
||||
; 0x1aa79f
|
||||
|
||||
SchoolboyTommyBeatenText: ; 0x1aa79f
|
||||
db $0, "I forgot to do my", $4f
|
||||
db "homework!", $57
|
||||
text "I forgot to do my"
|
||||
line "homework!"
|
||||
done
|
||||
; 0x1aa7bc
|
||||
|
||||
UnknownText_0x1aa7bc: ; 0x1aa7bc
|
||||
db $0, "Sayonara! I just", $4f
|
||||
db "learned that in my", $55
|
||||
db "Japanese class.", $57
|
||||
text "Sayonara! I just"
|
||||
line "learned that in my"
|
||||
cont "Japanese class."
|
||||
done
|
||||
; 0x1aa7f1
|
||||
|
||||
SchoolboyJohnnySeenText: ; 0x1aa7f1
|
||||
db $0, "We're on a field", $4f
|
||||
db "trip to LAVENDER", $51
|
||||
db "RADIO TOWER for", $4f
|
||||
db "social studies.", $57
|
||||
text "We're on a field"
|
||||
line "trip to LAVENDER"
|
||||
|
||||
para "RADIO TOWER for"
|
||||
line "social studies."
|
||||
done
|
||||
; 0x1aa833
|
||||
|
||||
SchoolboyJohnnyBeatenText: ; 0x1aa833
|
||||
db $0, "You're wickedly", $4f
|
||||
db "tough!", $57
|
||||
text "You're wickedly"
|
||||
line "tough!"
|
||||
done
|
||||
; 0x1aa84a
|
||||
|
||||
UnknownText_0x1aa84a: ; 0x1aa84a
|
||||
db $0, "I'm tired of walk-", $4f
|
||||
db "ing. I need to", $55
|
||||
db "take a break.", $57
|
||||
text "I'm tired of walk-"
|
||||
line "ing. I need to"
|
||||
cont "take a break."
|
||||
done
|
||||
; 0x1aa87a
|
||||
|
||||
SchoolboyBillySeenText: ; 0x1aa87a
|
||||
db $0, "My favorite class", $4f
|
||||
db "is gym!", $57
|
||||
text "My favorite class"
|
||||
line "is gym!"
|
||||
done
|
||||
; 0x1aa895
|
||||
|
||||
SchoolboyBillyBeatenText: ; 0x1aa895
|
||||
db $0, "Oh, no!", $4f
|
||||
db "How could I lose?", $57
|
||||
text "Oh, no!"
|
||||
line "How could I lose?"
|
||||
done
|
||||
; 0x1aa8b0
|
||||
|
||||
UnknownText_0x1aa8b0: ; 0x1aa8b0
|
||||
db $0, "If #MON were a", $4f
|
||||
db "subject at school,", $55
|
||||
db "I'd be the best!", $57
|
||||
text "If #MON were a"
|
||||
line "subject at school,"
|
||||
cont "I'd be the best!"
|
||||
done
|
||||
; 0x1aa8e3
|
||||
|
||||
UnknownText_0x1aa8e3: ; 0x1aa8e3
|
||||
db $0, "ROUTE 15", $51
|
||||
db "FUCHSIA CITY -", $4f
|
||||
db "LAVENDER TOWN", $57
|
||||
text "ROUTE 15"
|
||||
|
||||
para "FUCHSIA CITY -"
|
||||
line "LAVENDER TOWN"
|
||||
done
|
||||
; 0x1aa90a
|
||||
|
||||
Route15_MapEventHeader: ; 0x1aa90a
|
||||
|
||||
Reference in New Issue
Block a user