Hack out escaped characters

This commit is contained in:
Mateon1 2024-09-30 21:11:13 +02:00
parent 1cdba39aa0
commit 1bdb63d68d
No known key found for this signature in database
GPG Key ID: 6A6067123E4CAF6E
5 changed files with 12 additions and 12 deletions

View File

@ -2,17 +2,17 @@
'\n' = 0A
' ' = 20
'!' = 21
'"' = 22
'"' = 7E 32 32
'#' = 23
'$' = 24
'%' = 25
'&' = 26
'\'' = 27
'\'' = 7E 32 37
'(' = 28
')' = 29
'*' = 2A
'+' = 2B
',' = 2C
',' = 7E 32 63
'-' = 2D
'.' = 2E
'/' = 2F
@ -111,8 +111,8 @@
'Ž' = 8E
'' = 91
'' = 92
'“' = 93
'”' = 94
'“' = 7E 39 33
'”' = 7E 39 34
'•' = 95
@ 96, 97 are not hyphens, 'er', and 're' superscripts in kanji_a
'˜' = 98

View File

@ -881,7 +881,7 @@ gUnknown_80E4A40: @ 80E4A40
.global AmbrellaCoLtd
AmbrellaCoLtd:
.string "Ambrella Co., Ltd.\0"
.asciz "Ambrella Co., Ltd."
.align 2,0
.global GameFreakInc
@ -1007,4 +1007,4 @@ gCreditsTable: @ 80E591C
.4byte Credits_OriginalDirector
.4byte Credits_Producers
.4byte Credits_ExecutiveProducer
.4byte Credits_ExecutiveProducer2
.4byte Credits_ExecutiveProducer2

View File

@ -1055,8 +1055,8 @@ gUnknown_80B7F14: @ 80B7F14
.global gLocateSetErrorMessage
gLocateSetErrorMessage: @ 80B7F20
.string "Memroy LocateSet [%p] buffer %8x size can't locate\n"
.string " atb %02x grp %3d \0"
.ascii "Memroy LocateSet [%p] buffer %8x size can't locate\n"
.asciz " atb %02x grp %3d \0"
.align 2,0
MemoryLocate_LocalCreateText:
@ -1069,7 +1069,7 @@ gUnknown_80B7F88: @ 80B7F88
.global gLocalCreateErrorMessage
gLocalCreateErrorMessage: @ 80B7F94
.string "Memroy LocalCreate buffer %08x size can't locate\0" @ Spelling error is intentional
.asciz "Memroy LocalCreate buffer %08x size can't locate\0" @ Spelling error is intentional
.align 2,0
@ code_80035F0

View File

@ -660,7 +660,7 @@ ItemNameThunderstone:
.global ItemNameKingsRock
ItemNameKingsRock:
.string "King's Rock\0"
.asciz "King's Rock"
.align 2,0
.global ItemNameUpgrade

View File

@ -2655,7 +2655,7 @@ MonsterCategoryWildDuck:
.global MonsterNameFarfetch
MonsterNameFarfetch:
.string "Farfetch'd\0"
.asciz "Farfetch'd"
.align 2,0
.global MonsterNameMagneton