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:
@@ -270,7 +270,7 @@ UnknownText_0x18edae: ; 0x18edae
|
||||
; 0x18ee14
|
||||
|
||||
UnknownText_0x18ee14: ; 0x18ee14
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "HIVEBADGE."
|
||||
done
|
||||
; 0x18ee2b
|
||||
|
@@ -387,7 +387,7 @@ UnknownText_0x1985df:
|
||||
done
|
||||
|
||||
UnknownText_0x19860b:
|
||||
text $52, ", here's"
|
||||
text "<PLAYER>, here's"
|
||||
line "your GS BALL back!"
|
||||
done
|
||||
|
||||
|
@@ -406,78 +406,110 @@ UnknownText_0x9e60a: ; 0x9e60a
|
||||
; 0x9e62f
|
||||
|
||||
UnknownText_0x9e62f: ; 0x9e62f
|
||||
db $0, "BATTLE TOWER is a", $4f
|
||||
db "facility made for", $55
|
||||
db "#MON battles.", $51
|
||||
db "Countless #MON", $4f
|
||||
db "trainers gather", $51
|
||||
db "from all over to", $4f
|
||||
db "hold battles in", $51
|
||||
db "specially designed", $4f
|
||||
db "BATTLE ROOMS.", $51
|
||||
db "There are many", $4f
|
||||
db "BATTLE ROOMS in", $55
|
||||
db "the BATTLE TOWER.", $51
|
||||
db "Each ROOM holds", $4f
|
||||
db "seven trainers.", $51
|
||||
db "If you defeat the", $4f
|
||||
db "seven in a ROOM,", $51
|
||||
db "and you have a", $4f
|
||||
db "good record, you", $51
|
||||
db "could become the", $4f
|
||||
db "ROOM's LEADER.", $51
|
||||
db "All LEADERS will", $4f
|
||||
db "be recorded in the", $51
|
||||
db "HONOR ROLL for", $4f
|
||||
db "posterity.", $51
|
||||
db "You may challenge", $4f
|
||||
db "in up to five", $51
|
||||
db "BATTLE ROOMS each", $4f
|
||||
db "day.", $51
|
||||
db "However, you may", $4f
|
||||
db "battle only once a", $51
|
||||
db "day in any given", $4f
|
||||
db "ROOM.", $51
|
||||
db "To interrupt a", $4f
|
||||
db "session, you must", $51
|
||||
db "SAVE. If not, you", $4f
|
||||
db "won't be able to", $51
|
||||
db "resume your ROOM", $4f
|
||||
db "challenge.", $51
|
||||
db $57
|
||||
text "BATTLE TOWER is a"
|
||||
line "facility made for"
|
||||
cont "#MON battles."
|
||||
|
||||
para "Countless #MON"
|
||||
line "trainers gather"
|
||||
|
||||
para "from all over to"
|
||||
line "hold battles in"
|
||||
|
||||
para "specially designed"
|
||||
line "BATTLE ROOMS."
|
||||
|
||||
para "There are many"
|
||||
line "BATTLE ROOMS in"
|
||||
cont "the BATTLE TOWER."
|
||||
|
||||
para "Each ROOM holds"
|
||||
line "seven trainers."
|
||||
|
||||
para "If you defeat the"
|
||||
line "seven in a ROOM,"
|
||||
|
||||
para "and you have a"
|
||||
line "good record, you"
|
||||
|
||||
para "could become the"
|
||||
line "ROOM's LEADER."
|
||||
|
||||
para "All LEADERS will"
|
||||
line "be recorded in the"
|
||||
|
||||
para "HONOR ROLL for"
|
||||
line "posterity."
|
||||
|
||||
para "You may challenge"
|
||||
line "in up to five"
|
||||
|
||||
para "BATTLE ROOMS each"
|
||||
line "day."
|
||||
|
||||
para "However, you may"
|
||||
line "battle only once a"
|
||||
|
||||
para "day in any given"
|
||||
line "ROOM."
|
||||
|
||||
para "To interrupt a"
|
||||
line "session, you must"
|
||||
|
||||
para "SAVE. If not, you"
|
||||
line "won't be able to"
|
||||
|
||||
para "resume your ROOM"
|
||||
line "challenge."
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9e886
|
||||
|
||||
UnknownText_0x9e886: ; 0x9e886
|
||||
db $0, "BATTLE TOWER is a", $4f
|
||||
db "facility made for", $55
|
||||
db "#MON battles.", $51
|
||||
db "Countless #MON", $4f
|
||||
db "trainers gather", $51
|
||||
db "from all over to", $4f
|
||||
db "hold battles in", $51
|
||||
db "specially designed", $4f
|
||||
db "BATTLE ROOMS.", $51
|
||||
db "There are many", $4f
|
||||
db "BATTLE ROOMS in", $55
|
||||
db "the BATTLE TOWER.", $51
|
||||
db "Each ROOM holds", $4f
|
||||
db "seven trainers.", $51
|
||||
db "Beat them all, and", $4f
|
||||
db "win a prize.", $51
|
||||
db "To interrupt a", $4f
|
||||
db "session, you must", $51
|
||||
db "SAVE. If not, you", $4f
|
||||
db "won't be able to", $51
|
||||
db "resume your ROOM", $4f
|
||||
db "challenge.", $51
|
||||
db $57
|
||||
text "BATTLE TOWER is a"
|
||||
line "facility made for"
|
||||
cont "#MON battles."
|
||||
|
||||
para "Countless #MON"
|
||||
line "trainers gather"
|
||||
|
||||
para "from all over to"
|
||||
line "hold battles in"
|
||||
|
||||
para "specially designed"
|
||||
line "BATTLE ROOMS."
|
||||
|
||||
para "There are many"
|
||||
line "BATTLE ROOMS in"
|
||||
cont "the BATTLE TOWER."
|
||||
|
||||
para "Each ROOM holds"
|
||||
line "seven trainers."
|
||||
|
||||
para "Beat them all, and"
|
||||
line "win a prize."
|
||||
|
||||
para "To interrupt a"
|
||||
line "session, you must"
|
||||
|
||||
para "SAVE. If not, you"
|
||||
line "won't be able to"
|
||||
|
||||
para "resume your ROOM"
|
||||
line "challenge."
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9e9eb
|
||||
|
||||
UnknownText_0x9e9eb: ; 0x9e9eb
|
||||
db $0, "Received a list of", $4f
|
||||
db "LEADERS on the", $55
|
||||
db "HONOR ROLL.", $51
|
||||
db $57
|
||||
text "Received a list of"
|
||||
line "LEADERS on the"
|
||||
cont "HONOR ROLL."
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9ea1b
|
||||
|
||||
UnknownText_0x9ea1b: ; 0x9ea1b
|
||||
@@ -487,8 +519,10 @@ UnknownText_0x9ea1b: ; 0x9ea1b
|
||||
; 0x9ea3c
|
||||
|
||||
UnknownText_0x9ea3c: ; 0x9ea3c
|
||||
db $0, "Thank you!", $51
|
||||
db $57
|
||||
text "Thank you!"
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9ea49
|
||||
|
||||
UnknownText_0x9ea49: ; 0x9ea49
|
||||
@@ -498,25 +532,35 @@ UnknownText_0x9ea49: ; 0x9ea49
|
||||
; 0x9ea5f
|
||||
|
||||
UnknownText_0x9ea5f: ; 0x9ea5f
|
||||
db $0, "Congratulations!", $51
|
||||
db "You've beaten all", $4f
|
||||
db "the trainers!", $51
|
||||
db "Your feat may be", $4f
|
||||
db "worth registering,", $51
|
||||
db $52, ". With your", $4f
|
||||
db "results, you may", $51
|
||||
db "be chosen as a", $4f
|
||||
db "ROOM LEADER.", $51
|
||||
db $57
|
||||
text "Congratulations!"
|
||||
|
||||
para "You've beaten all"
|
||||
line "the trainers!"
|
||||
|
||||
para "Your feat may be"
|
||||
line "worth registering,"
|
||||
|
||||
para "<PLAYER>. With your"
|
||||
line "results, you may"
|
||||
|
||||
para "be chosen as a"
|
||||
line "ROOM LEADER."
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9eaef
|
||||
|
||||
UnknownText_0x9eaef: ; 0x9eaef
|
||||
db $0, "Congratulations!", $51
|
||||
db "You've beaten all", $4f
|
||||
db "the trainers!", $51
|
||||
db "For that, you get", $4f
|
||||
db "this great prize!", $51
|
||||
db $57
|
||||
text "Congratulations!"
|
||||
|
||||
para "You've beaten all"
|
||||
line "the trainers!"
|
||||
|
||||
para "For that, you get"
|
||||
line "this great prize!"
|
||||
|
||||
para ""
|
||||
done
|
||||
; 0x9eb45
|
||||
|
||||
UnknownText_0x9eb45: ; 0x9eb45
|
||||
@@ -529,13 +573,13 @@ UnknownText_0x9eb45: ; 0x9eb45
|
||||
; 0x9eb7e
|
||||
|
||||
UnknownText_0x9eb7e: ; 0x9eb7e
|
||||
db $0, $52, " got five", $4f
|
||||
db "@"
|
||||
text "<PLAYER> got five"
|
||||
line "@"
|
||||
text_from_ram StringBuffer4
|
||||
db $0, "!@"
|
||||
text "!@"
|
||||
sound0x0F
|
||||
text_waitbutton
|
||||
db $50
|
||||
db "@"
|
||||
; 0x9eb94
|
||||
|
||||
UnknownText_0x9eb94: ; 0x9eb94
|
||||
|
@@ -19,9 +19,11 @@ EkansScript_0x19594c: ; 0x19594c
|
||||
end
|
||||
; 0x195956
|
||||
|
||||
UnknownText_0x195956: ; 0x195956
|
||||
limited_interpret_data 2
|
||||
db $0, "ズ", $03, $00
|
||||
UnknownScript_0x195956:
|
||||
jumpstd picturebookshelf
|
||||
|
||||
UnknownScript_0x195959:
|
||||
jumpstd magazinebookshelf
|
||||
|
||||
UnknownText_0x19595c: ; 0x19595c
|
||||
text "A clan of trainers"
|
||||
|
@@ -275,7 +275,7 @@ UnknownText_0x195196:
|
||||
done
|
||||
|
||||
UnknownText_0x1951bf:
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "TM24."
|
||||
done
|
||||
|
||||
|
@@ -111,7 +111,7 @@ UnknownText_0x1809fe: ; 0x1809fe
|
||||
para "determined. Per-"
|
||||
line "fect for battle!"
|
||||
|
||||
para "Ready, ", $52, "?"
|
||||
para "Ready, <PLAYER>?"
|
||||
line "You will bow down"
|
||||
|
||||
para "to our overwhelm-"
|
||||
|
@@ -261,7 +261,7 @@ UnknownText_0x185ecc: ; 0x185ecc
|
||||
|
||||
para "And you are…?"
|
||||
|
||||
para $52, "? Glad to"
|
||||
para "<PLAYER>? Glad to"
|
||||
line "meet you!"
|
||||
|
||||
para "I heard rumors"
|
||||
|
@@ -222,7 +222,7 @@ UnknownText_0x18626a: ; 0x18626a
|
||||
|
||||
para "I'm all choked up!"
|
||||
|
||||
para $52, ", I owe"
|
||||
para "<PLAYER>, I owe"
|
||||
line "this all to you!"
|
||||
|
||||
para "Thank you!"
|
||||
@@ -239,7 +239,7 @@ UnknownText_0x18626a: ; 0x18626a
|
||||
para "I'm going to track"
|
||||
line "SUICUNE."
|
||||
|
||||
para $52, ", let's"
|
||||
para "<PLAYER>, let's"
|
||||
line "meet again!"
|
||||
|
||||
para "Farewell!"
|
||||
|
@@ -207,14 +207,14 @@ EatathonContestPosterText:
|
||||
done
|
||||
|
||||
FoundLeftoversText:
|
||||
text $52, " found"
|
||||
text "<PLAYER> found"
|
||||
line "@"
|
||||
text_from_ram StringBuffer3
|
||||
text "!"
|
||||
done
|
||||
|
||||
NoRoomForLeftoversText:
|
||||
text "But ", $52, " can't"
|
||||
text "But <PLAYER> can't"
|
||||
line "hold another item…"
|
||||
done
|
||||
|
||||
|
@@ -110,7 +110,7 @@ CeladonClangText:
|
||||
|
||||
para "@"
|
||||
text_from_ram StringBuffer3
|
||||
db $0
|
||||
text ""
|
||||
line "popped out."
|
||||
done
|
||||
|
||||
|
@@ -238,7 +238,7 @@ UnknownText_0x72c3e: ; 0x72c3e
|
||||
; 0x72c96
|
||||
|
||||
UnknownText_0x72c96: ; 0x72c96
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "RAINBOWBADGE."
|
||||
done
|
||||
; 0x72cb0
|
||||
|
@@ -15,7 +15,7 @@ CeladonMansion2FBookshelf:
|
||||
jumpstd difficultbookshelf
|
||||
|
||||
CeladonMansion2FComputerText:
|
||||
text $52, " turned on"
|
||||
text "<PLAYER> turned on"
|
||||
line "the PC."
|
||||
|
||||
para "…"
|
||||
|
@@ -30,7 +30,7 @@ UnknownText_0x71aa1: ; 0x71aa1
|
||||
text "There's graffiti"
|
||||
line "on the wall…"
|
||||
|
||||
para $52, " added a"
|
||||
para "<PLAYER> added a"
|
||||
line "moustache!"
|
||||
done
|
||||
; 0x71ad4
|
||||
|
@@ -109,7 +109,7 @@ UnknownText_0x71f22: ; 0x71f22
|
||||
; 0x71f65
|
||||
|
||||
UnknownText_0x71f65: ; 0x71f65
|
||||
text $52, ", have you"
|
||||
text "<PLAYER>, have you"
|
||||
line "heard?"
|
||||
|
||||
para "There have been"
|
||||
@@ -126,13 +126,13 @@ UnknownText_0x71f65: ; 0x71f65
|
||||
line "ECRUTEAK."
|
||||
|
||||
para "I'll be seeing"
|
||||
line "you, ", $52, "!"
|
||||
line "you, <PLAYER>!"
|
||||
done
|
||||
; 0x7201a
|
||||
|
||||
UnknownText_0x7201a: ; 0x7201a
|
||||
text "Oh, by the way,"
|
||||
line $52, "."
|
||||
line "<PLAYER>."
|
||||
|
||||
para "Have you caught"
|
||||
line "the legendary"
|
||||
@@ -149,7 +149,7 @@ UnknownText_0x7201a: ; 0x7201a
|
||||
cont "you'll inform me."
|
||||
|
||||
para "I'm counting on"
|
||||
line "you, ", $52, "!"
|
||||
line "you, <PLAYER>!"
|
||||
done
|
||||
; 0x720b8
|
||||
|
||||
|
@@ -335,7 +335,7 @@ UnknownText_0x18870c: ; 0x18870c
|
||||
; 0x188768
|
||||
|
||||
UnknownText_0x188768: ; 0x188768
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "CASCADEBADGE."
|
||||
done
|
||||
; 0x188782
|
||||
|
@@ -409,7 +409,7 @@ GuideGentGiftText:
|
||||
done
|
||||
|
||||
GotMapCardText:
|
||||
text $52, "'s #GEAR"
|
||||
text "<PLAYER>'s #GEAR"
|
||||
line "now has a MAP!"
|
||||
done
|
||||
|
||||
|
@@ -271,7 +271,7 @@ UnknownText_0x1a03cc:
|
||||
|
||||
UnknownText_0x1a0433:
|
||||
text "EUSINE: Yo,"
|
||||
line $52, "."
|
||||
line "<PLAYER>."
|
||||
|
||||
para "Wasn't that"
|
||||
line "SUICUNE just now?"
|
||||
@@ -303,7 +303,7 @@ UnknownText_0x1a0433:
|
||||
line "a trainer to earn"
|
||||
cont "SUICUNE's respect!"
|
||||
|
||||
para "Come on, ", $52, "."
|
||||
para "Come on, <PLAYER>."
|
||||
line "Let's battle now!"
|
||||
done
|
||||
|
||||
@@ -314,7 +314,7 @@ UnknownText_0x1a05a1:
|
||||
|
||||
UnknownText_0x1a05c3:
|
||||
text "You're amazing,"
|
||||
line $52, "!"
|
||||
line "<PLAYER>!"
|
||||
|
||||
para "No wonder #MON"
|
||||
line "gravitate to you."
|
||||
|
@@ -268,7 +268,7 @@ UnknownText_0x9d7f6: ; 0x9d7f6
|
||||
; 0x9d835
|
||||
|
||||
UnknownText_0x9d835: ; 0x9d835
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "STORMBADGE."
|
||||
done
|
||||
; 0x9d84d
|
||||
|
@@ -59,7 +59,7 @@ PharmacistGiveSecretpotionText:
|
||||
done
|
||||
|
||||
ReceivedSecretpotionText:
|
||||
text $52, " received"
|
||||
text "<PLAYER> received"
|
||||
line "SECRETPOTION."
|
||||
done
|
||||
|
||||
|
@@ -87,7 +87,7 @@ CianwoodGymGuyText: ; 0x9dc33
|
||||
; 0x9ddc5
|
||||
|
||||
CianwoodGymGuyWinText: ; 0x9ddc5
|
||||
text $52, "! You won!"
|
||||
text "<PLAYER>! You won!"
|
||||
line "I could tell by"
|
||||
cont "looking at you!"
|
||||
done
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user