mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-26 22:40:33 +00:00
Hack out escaped characters
This commit is contained in:
parent
1cdba39aa0
commit
1bdb63d68d
10
charmap.txt
10
charmap.txt
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -660,7 +660,7 @@ ItemNameThunderstone:
|
||||
|
||||
.global ItemNameKingsRock
|
||||
ItemNameKingsRock:
|
||||
.string "King's Rock\0"
|
||||
.asciz "King's Rock"
|
||||
.align 2,0
|
||||
|
||||
.global ItemNameUpgrade
|
||||
|
@ -2655,7 +2655,7 @@ MonsterCategoryWildDuck:
|
||||
|
||||
.global MonsterNameFarfetch
|
||||
MonsterNameFarfetch:
|
||||
.string "Farfetch'd\0"
|
||||
.asciz "Farfetch'd"
|
||||
.align 2,0
|
||||
|
||||
.global MonsterNameMagneton
|
||||
|
Loading…
Reference in New Issue
Block a user