mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Dump strings.txt
This commit is contained in:
parent
54e18f3f2e
commit
3a96688b12
43
charmap.txt
43
charmap.txt
@ -401,12 +401,6 @@ NAME_END = FC 00
|
|||||||
@ special 0xF7 character
|
@ special 0xF7 character
|
||||||
SPECIAL_F7 = F7
|
SPECIAL_F7 = F7
|
||||||
|
|
||||||
@ another kind of text placeholder?
|
|
||||||
SPECIAL_F700 = F7 00
|
|
||||||
SPECIAL_F701 = F7 01
|
|
||||||
SPECIAL_F702 = F7 02
|
|
||||||
SPECIAL_F703 = F7 03
|
|
||||||
|
|
||||||
@ more text functions
|
@ more text functions
|
||||||
|
|
||||||
COLOR = FC 01 @ use a color listed below right after
|
COLOR = FC 01 @ use a color listed below right after
|
||||||
@ -437,21 +431,21 @@ RESUME_MUSIC = FC 18
|
|||||||
@ colors
|
@ colors
|
||||||
|
|
||||||
TRANSPARENT = 00
|
TRANSPARENT = 00
|
||||||
DARK_GREY = 01
|
WHITE = 01
|
||||||
RED = 02
|
DARK_GREY = 02
|
||||||
GREEN = 03
|
LIGHT_GREY = 03
|
||||||
BLUE = 04
|
RED = 04
|
||||||
YELLOW = 05
|
LIGHT_RED = 05
|
||||||
CYAN = 06
|
GREEN = 06
|
||||||
MAGENTA = 07
|
LIGHT_GREEN = 07
|
||||||
LIGHT_GREY = 08
|
BLUE = 08
|
||||||
BLACK = 09
|
LIGHT_BLUE = 09
|
||||||
BLACK2 = 0A @ duplicate of black?
|
BORDER_COLOR1 = 0A @ white
|
||||||
SILVER = 0B
|
BORDER_COLOR2 = 0B @ white with a tinge of green
|
||||||
WHITE = 0C
|
BORDER_COLOR3 = 0C @ white 2
|
||||||
SKY_BLUE = 0D
|
BORDER_COLOR4 = 0D @ aquamarine
|
||||||
LIGHT_BLUE = 0E
|
BORDER_COLOR5 = 0E @ blue-green
|
||||||
WHITE2 = 0F @ duplicate of white?
|
BORDER_COLOR6 = 0F @ cerulean
|
||||||
|
|
||||||
@ sound and music
|
@ sound and music
|
||||||
|
|
||||||
@ -695,7 +689,14 @@ BGM_BATTLE30 = D2 01
|
|||||||
UNK_CTRL_F800 = F8 00
|
UNK_CTRL_F800 = F8 00
|
||||||
UNK_CTRL_F801 = F8 01
|
UNK_CTRL_F801 = F8 01
|
||||||
UNK_CTRL_F80A = F8 0A
|
UNK_CTRL_F80A = F8 0A
|
||||||
|
UNK_CTRL_F80C = F8 0C
|
||||||
|
|
||||||
|
UNK_CTRL_F904 = F9 04
|
||||||
|
UNK_CTRL_F905 = F9 05
|
||||||
UNK_CTRL_F907 = F9 07
|
UNK_CTRL_F907 = F9 07
|
||||||
|
UNK_CTRL_F908 = F9 08
|
||||||
|
UNK_CTRL_F9DD = F9 DD
|
||||||
|
UNK_CTRL_F9F9 = F9 F9
|
||||||
|
|
||||||
'\l' = FA @ scroll up window text
|
'\l' = FA @ scroll up window text
|
||||||
'\p' = FB @ new paragraph
|
'\p' = FB @ new paragraph
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
.section .rodata
|
.section .rodata
|
||||||
|
|
||||||
|
.align 2
|
||||||
gUnknown_085EFCF0:: @ 85EFCF0
|
gUnknown_085EFCF0:: @ 85EFCF0
|
||||||
.incbin "baserom.gba", 0x5efcf0, 0x10
|
.incbin "baserom.gba", 0x5efcf0, 0x10
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ gUnknown_082ECF20:: @ 82ECF20
|
|||||||
gUnknown_082ECF40:: @ 82ECF40
|
gUnknown_082ECF40:: @ 82ECF40
|
||||||
.incbin "graphics/interface/link_test_digits.4bpp"
|
.incbin "graphics/interface/link_test_digits.4bpp"
|
||||||
|
|
||||||
.string "{HIGHLIGHT TRANSPARENT}{COLOR DARK_GREY}$"
|
.string "{HIGHLIGHT TRANSPARENT}{COLOR WHITE}$"
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
gUnknown_082ED168:: @ 82ED168
|
gUnknown_082ED168:: @ 82ED168
|
||||||
@ -40,10 +40,7 @@ gUnknown_082ED1A8:: @ 82ED1A8
|
|||||||
.4byte 0x00000028
|
.4byte 0x00000028
|
||||||
|
|
||||||
gUnknown_082ED1D0:: @ 82ED1D0
|
gUnknown_082ED1D0:: @ 82ED1D0
|
||||||
.byte 0x8
|
.byte 0x8, 0xA, 0xC, 0xE
|
||||||
.byte 0xA
|
|
||||||
.byte 0xC
|
|
||||||
.byte 0xE
|
|
||||||
|
|
||||||
gUnknown_082ED1D4:: @ 82ED1D4
|
gUnknown_082ED1D4:: @ 82ED1D4
|
||||||
.ascii "GameFreak inc."
|
.ascii "GameFreak inc."
|
||||||
|
4057
data/strings.s
4057
data/strings.s
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user