More Unicode

This commit is contained in:
Remy Oukaour 2018-01-19 02:30:19 -05:00
parent d7afa764c8
commit e69544b61f
27 changed files with 59 additions and 59 deletions

View File

@ -19,10 +19,10 @@
charmap "@", $50 ; string terminator
charmap "<PARA>", $51
charmap "<PLAYER>", $52 ; PlayerName
charmap "<RIVAL>", $53
charmap "<RIVAL>", $53 ; RivalName
charmap "#", $54 ; "POKé"
charmap "<CONT>", $55
charmap "<......>", $56 ; "……"
charmap "<……>", $56 ; "……"
charmap "<DONE>", $57
charmap "<PROMPT>", $58
charmap "<TARGET>", $59
@ -53,8 +53,8 @@
charmap "ぅ", $6f ; hiragana small u, unused
charmap "<PO>", $70
charmap "<KE>", $71
charmap "<``>", $72 ; opening quote
charmap "<''>", $73 ; closing quote
charmap "“", $72 ; opening quote
charmap "”", $73 ; closing quote
charmap "·", $74 ; middle dot, unused
charmap "…", $75 ; ellipsis
charmap "ぁ", $76 ; hiragana small a, unused
@ -82,16 +82,16 @@
; Actual characters (from other graphics files)
; needed for _LoadFontsExtra1 (see engine/load_font.asm)
charmap "<BLACK>", $60 ; gfx/font/black_arrow.2bpp
charmap "■", $60 ; gfx/font/black.2bpp
charmap "▲", $61 ; gfx/font/up_arrow.png
charmap "<PHONE>", $62 ; gfx/font/phone_icon.2bpp
charmap "☎", $62 ; gfx/font/phone_icon.2bpp
; needed for Special_MagikarpHouseSign (see engine/events/magikarp.asm)
charmap "", $6e ; gfx/font/feet_inches.png
charmap "″", $6f ; gfx/font/feet_inches.png
; needed for StatsScreen_PlaceShinyIcon and PrintPartyMonPage1
charmap "<SHINY>", $3f ; gfx/stats/stats_tiles.png, tile 14
charmap "⁂", $3f ; gfx/stats/stats_tiles.png, tile 14
; Actual characters (from gfx/font/font.png)

View File

@ -185,20 +185,20 @@ UnknownText_0x1ec3e5: ; 0x1ec3e5
; 0x1ec402
UnknownText_0x1ec402: ; 0x1ec402
text "<......><......><......>"
line "<......><......>Battle?"
text "<……><……><……>"
line "<……><……>Battle?"
done
; 0x1ec411
UnknownText_0x1ec411: ; 0x1ec411
text "<......><......><......>"
line "<......><......>I won?"
text "<……><……><……>"
line "<……><……>I won?"
done
; 0x1ec41f
UnknownText_0x1ec41f: ; 0x1ec41f
text "<......><......><......>"
line "<......><......>I lost?"
text "<……><……><……>"
line "<……><……>I lost?"
done
; 0x1ec42e

View File

@ -151,8 +151,8 @@ UnknownText_0x1bc288::
text "CARD FOLDER open.@@"
UnknownText_0x1bc29c::
text "<......><......><......><......><......><......>"
line "<......><......><......><......><......><......>"
text "<……><……><……><……><……><……>"
line "<……><……><……><……><……><……>"
para "Zzz… Hm? Wha…?"
line "You woke me up!"
@ -1536,7 +1536,7 @@ UnknownText_0x1bd868::
text "OK, I'll take care"
line "of your money."
para "<......><......><......>"
para "<……><……><……>"
prompt
UnknownText_0x1bd88e::

View File

@ -886,7 +886,7 @@ UnknownText_0x1c5580::
done
UnknownText_0x1c5588::
text "<......>"
text "<……>"
done
UnknownText_0x1c558b::
@ -1048,7 +1048,7 @@ UnknownText_0x1c5821::
db "@@"
UnknownText_0x1c5824::
text "<......>"
text "<……>"
done
UnknownText_0x1c5827::

View File

@ -14,6 +14,6 @@ MailEntry_Lowercase: ; 1224f
db "k l m n o p q r s t"
db "u v w x y z . - /"
db "'d 'l 'm 'r 's 't 'v & ( )"
db "<``> <''> [ ] ' : ; "
db "“ ” [ ] ' : ; "
db "UPPER DEL END "
; 122c1

View File

@ -351,9 +351,9 @@ UnknownText_0xa1717: ; 0xa1717
para "that it gradually"
line "makes me drowsy…"
para "<......> <......> <......>"
para "<……> <……> <……>"
para "<......> <......> <......>Zzz"
para "<……> <……> <……>Zzz"
para "Oops, I drifted"
line "off just thinking"

View File

@ -82,7 +82,7 @@ HDMATransfer_FillBGMap0WithBlack: ; 64db
ld a, BANK(wDecompressScratch)
ld [rSVBK], a
ld a, "<BLACK>" ; $60
ld a, "■"
ld hl, wDecompressScratch
ld bc, wScratchAttrMap - wDecompressScratch
call ByteFill

View File

@ -49,11 +49,11 @@ _LoadStandardFont:: ; fb449
_LoadFontsExtra1:: ; fb48a
ld de, FontsExtra_SolidBlackGFX
ld hl, vTiles2 tile "<BLACK>" ; $60
ld hl, vTiles2 tile "" ; $60
lb bc, BANK(FontsExtra_SolidBlackGFX), 1
call Get1bpp_2
ld de, PokegearPhoneIconGFX
ld hl, vTiles2 tile "<PHONE>" ; $62
ld hl, vTiles2 tile "" ; $62
lb bc, BANK(PokegearPhoneIconGFX), 1
call Get2bpp_2
ld de, FontExtra tile 3

View File

@ -1,6 +1,6 @@
NAMINGSCREEN_CURSOR EQU $7e
NAMINGSCREEN_BORDER EQUS "\"<BLACK>\"" ; $60
NAMINGSCREEN_BORDER EQUS "\"\"" ; $60
NAMINGSCREEN_MIDDLELINE EQUS "\"→\"" ; $eb
NAMINGSCREEN_UNDERLINE EQUS "\"<DOT>\"" ; $f2

View File

@ -516,7 +516,7 @@ Phone_FirstOfTwoRings: ; 902b3
Phone_CallerTextboxWithName2: ; 902c9
call Phone_CallerTextbox
hlcoord 1, 2
ld [hl], "<PHONE>"
ld [hl], ""
inc hl
inc hl
ld a, [PhoneScriptBank]
@ -616,7 +616,7 @@ Function90363: ; 90363 (24:4363)
push bc
call Phone_CallerTextbox
hlcoord 1, 1
ld [hl], "<PHONE>"
ld [hl], ""
inc hl
inc hl
ld d, h

View File

@ -153,7 +153,7 @@ PrintPartyMonPage1: ; 1dc381
call Request1bpp
ld de, StatsScreenPageTilesGFX + 14 tiles ; shiny icon
ld hl, vTiles2 tile "<SHINY>"
ld hl, vTiles2 tile ""
lb bc, BANK(StatsScreenPageTilesGFX), 1
call Get2bpp
@ -332,7 +332,7 @@ Function1dc52c: ; 1dc52c
farcall CheckShininess
ret nc
hlcoord 18, 2
ld [hl], "<SHINY>"
ld [hl], ""
ret
; 1dc550

View File

@ -488,7 +488,7 @@ StatsScreen_PlaceShinyIcon: ; 4dfa6 (13:5fa6)
farcall CheckShininess
ret nc
hlcoord 19, 0
ld [hl], "<SHINY>"
ld [hl], ""
ret
StatsScreen_LoadGFX: ; 4dfb6 (13:5fb6)

View File

@ -261,7 +261,7 @@ LoadMapTimeOfDay: ; 104750
pop af
ld [rVBK], a
ld a, "<BLACK>"
ld a, ""
ld bc, vBGMap1 - vBGMap0
hlbgcoord 0, 0
call ByteFill

View File

@ -238,7 +238,7 @@ ENDM
dict "<KOUGEKI>", PlaceKougeki
dict "<LNBRK>", LineBreakChar
dict "<CONT>", ContText
dict "<......>", SixDotsChar
dict "<……>", SixDotsChar
dict "<DONE>", DoneText
dict "<PROMPT>", PromptText
dict "<PKMN>", PlacePKMN

View File

@ -376,11 +376,11 @@ AzaleaTownYoungsterText:
AzaleaTownSlowpokeText1:
text "SLOWPOKE: …"
para "<......> <......> <......>"
para "<……> <……> <……>"
done
AzaleaTownSlowpokeText2:
text "<......> <......>Yawn?"
text "<……> <……>Yawn?"
done
WoosterText:

View File

@ -160,7 +160,7 @@ BurnedTower1FEusineMovement:
step_end
BurnedTowerSilver_BeforeText:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "…Oh, it's you."

View File

@ -133,7 +133,7 @@ NoBeastsText:
para "#MON RAIKOU and"
line "ENTEI?"
para "<......><......><......>"
para "<……><……><……>"
para "Okay…"

View File

@ -433,7 +433,7 @@ GuideGentNoText:
done
UnknownText_0x19c4e2:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "You got a #MON"
line "at the LAB."
@ -441,7 +441,7 @@ UnknownText_0x19c4e2:
para "What a waste."
line "A wimp like you."
para "<......> <......> <......>"
para "<……> <……> <……>"
para "Don't you get what"
line "I'm saying?"
@ -459,7 +459,7 @@ SilverCherrygroveWinText:
done
CherrygroveRivalText_YouLost:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "My name's ???."
@ -475,7 +475,7 @@ SilverCherrygroveLossText:
done
CherrygroveRivalText_YouWon:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "My name's ???."

View File

@ -603,7 +603,7 @@ DragonShrineClairYouPassedText:
para "You did fail?"
para "<......><......><......><......><......><......>"
para "<……><……><……><……><……><……>"
para "…What? You passed?"
done
@ -654,7 +654,7 @@ DragonShrineRisingBadgeExplanationText:
done
DragonShrineSpeechlessText:
text "<......><......><......><......><......><......>"
text "<……><……><……><……><……><……>"
done
DragonShrine_MapEvents:

View File

@ -202,7 +202,7 @@ UnknownText_0x98250:
line "but I must ask you"
cont "to leave."
para "<......><......><......>"
para "<……><……><……>"
para "Ah!"

View File

@ -794,7 +794,7 @@ ElmText_GotAnEmail:
text "Oh, hey! I got an"
line "e-mail!"
para "<......><......><......>"
para "<……><……><……>"
line "Hm… Uh-huh…"
para "Okay…"

View File

@ -239,7 +239,7 @@ UnknownText_0x62b26:
line "OFFICE received an"
cont "e-mail. It says…"
para "<......> <......> <......>"
para "<……> <……> <……>"
para "To the #COM"
line "CENTER staff…"
@ -259,7 +259,7 @@ UnknownText_0x62b26:
para "the world can link"
line "without barriers!"
para "<......> <......> <......>"
para "<……> <……> <……>"
done
GoldenrodPokeComCenter2FMobile_MapEvents:

View File

@ -88,7 +88,7 @@ MountMoonSilverMovementAfter:
step_end
MountMoonSilverTextBefore:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "It's been a while,"
line "<PLAYER>."
@ -108,7 +108,7 @@ MountMoonSilverTextBefore:
done
MountMoonSilverTextWin:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "I thought I raised"
line "my #MON to be"
@ -121,7 +121,7 @@ MountMoonSilverTextWin:
done
MountMoonSilverTextAfter:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "…You won, fair"
line "and square."
@ -147,7 +147,7 @@ MountMoonSilverTextAfter:
done
MountMoonSilverTextLoss:
text "<......> <......> <......>"
text "<……> <……> <……>"
para "I've repaid my"
line "debt to you."

View File

@ -249,7 +249,7 @@ Text_ElmDiscoveredNewMon:
done
NewBarkTownRivalText1:
text "<......>"
text "<……>"
para "So this is the"
line "famous ELM #MON"

View File

@ -249,8 +249,8 @@ UnknownText_0x5cf5a:
done
UnknownText_0x5cf79:
text "<......>"
line "<......>"
text "<……>"
line "<……>"
done
UnknownText_0x5cf7e:

View File

@ -37,8 +37,8 @@ Red:
end
.Text1:
text "<......>"
line "<......>"
text "<……>"
line "<……>"
done
.Text2:
@ -46,8 +46,8 @@ Red:
done
.Text3:
text "<......>"
line "<......>"
text "<……>"
line "<……>"
done
SilverCaveRoom3_MapEvents:

View File

@ -1050,7 +1050,7 @@ Stubbed_Function106462:
Function106464:: ; 106464
ld de, FontsExtra_SolidBlackGFX
ld hl, vTiles2 tile "<BLACK>" ; $60
ld hl, vTiles2 tile "" ; $60
lb bc, BANK(FontsExtra_SolidBlackGFX), 1
call Get2bpp
ld de, FontsExtra2_UpArrowGFX
@ -1058,7 +1058,7 @@ Function106464:: ; 106464
lb bc, BANK(FontsExtra2_UpArrowGFX), 1
call Get2bpp
ld de, GFX_106514
ld hl, vTiles2 tile "<PHONE>" ; $62
ld hl, vTiles2 tile "" ; $62
ld c, 9
ld b, BANK(GFX_106514)
call Get2bpp