You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use charmaps for special string codepoints.
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
MomPhoneGreetingText: ; 0x1b4000
|
||||
text "Hello?"
|
||||
|
||||
para "Oh, hi, ", $52, "!"
|
||||
para "Oh, hi, <PLAYER>!"
|
||||
line "Working hard?"
|
||||
done
|
||||
|
||||
@@ -14,8 +14,8 @@ UnknownText_0x1b4021: ; 0x1b4021
|
||||
para "Isn't that where"
|
||||
line "@"
|
||||
TX_RAM StringBuffer4
|
||||
text $51
|
||||
db "is? Did you go"
|
||||
text ""
|
||||
para "is? Did you go"
|
||||
line "take a look?"
|
||||
done
|
||||
|
||||
@@ -27,7 +27,7 @@ MomPhoneGenericAreaText: ; 0x1b406b
|
||||
|
||||
para "I've never gone"
|
||||
line "there. That's kind"
|
||||
cont "of neat, ", $52, "."
|
||||
cont "of neat, <PLAYER>."
|
||||
done
|
||||
|
||||
MomPhoneNewBarkText: ; 0x1b40b1
|
||||
@@ -64,7 +64,7 @@ UnknownText_0x1b4150: ; 0x1b4150
|
||||
text "That sounds really"
|
||||
line "tough."
|
||||
|
||||
para "But, ", $52, ", I"
|
||||
para "But, <PLAYER>, I"
|
||||
line "know you're really"
|
||||
|
||||
para "determined. You'll"
|
||||
@@ -87,7 +87,7 @@ UnknownText_0x1b41ea: ; 0x1b41ea
|
||||
done
|
||||
|
||||
UnknownText_0x1b420d: ; 0x1b420d
|
||||
text "Oh, ", $52, ","
|
||||
text "Oh, <PLAYER>,"
|
||||
line "you're not saving"
|
||||
|
||||
para "any money. Would"
|
||||
@@ -115,7 +115,7 @@ MomPhoneWontSaveMoneyText: ; 0x1b42a3
|
||||
done
|
||||
|
||||
MomPhoneHangUpText: ; 0x1b42c0
|
||||
text $52, ", keep it"
|
||||
text "<PLAYER>, keep it"
|
||||
line "up! I'm rooting"
|
||||
cont "for you, baby!"
|
||||
done
|
||||
@@ -123,7 +123,7 @@ MomPhoneHangUpText: ; 0x1b42c0
|
||||
MomPhoneNoPokemonText: ; 0x1b42ea
|
||||
text "Hello?"
|
||||
|
||||
para "Oh, hi, ", $52, "!"
|
||||
para "Oh, hi, <PLAYER>!"
|
||||
line "Wasn't PROF.ELM"
|
||||
cont "waiting for you?"
|
||||
done
|
||||
@@ -131,7 +131,7 @@ MomPhoneNoPokemonText: ; 0x1b42ea
|
||||
MomPhoneNoPokedexText: ; 0x1b431d
|
||||
text "Hello?"
|
||||
|
||||
para "Oh, hi, ", $52, "!"
|
||||
para "Oh, hi, <PLAYER>!"
|
||||
line "You're on a big"
|
||||
|
||||
para "mission for PROF."
|
||||
@@ -141,7 +141,7 @@ MomPhoneNoPokedexText: ; 0x1b431d
|
||||
MomPhoneNoGymQuestText: ; 0x1b435f
|
||||
text "Hello?"
|
||||
|
||||
para "Hi, ", $52, "! If"
|
||||
para "Hi, <PLAYER>! If"
|
||||
line "you're done with"
|
||||
|
||||
para "your errand come"
|
||||
@@ -151,7 +151,7 @@ MomPhoneNoGymQuestText: ; 0x1b435f
|
||||
MomPhoneLectureText: ; 0x1b43a1
|
||||
text "Hello?"
|
||||
|
||||
para "…… ", $52, "?"
|
||||
para "…… <PLAYER>?"
|
||||
line "I heard from PROF."
|
||||
|
||||
para "ELM that you went"
|
||||
|
Reference in New Issue
Block a user