type names
This commit is contained in:
@@ -1481,8 +1481,10 @@ gUnknown_0831ACE0: ; 831ACE0
|
||||
gUnknown_0831ACE8: ; 831ACE8
|
||||
.incbin "base_emerald.gba", 0x31ace8, 0x150
|
||||
|
||||
gUnknown_0831AE38: ; 831AE38
|
||||
.incbin "base_emerald.gba", 0x31ae38, 0x80
|
||||
; 831AE38
|
||||
.include "data/text/type_names.s"
|
||||
|
||||
.align 2, 0
|
||||
|
||||
gUnknown_0831AEB8: ; 831AEB8
|
||||
.incbin "base_emerald.gba", 0x31aeb8, 0x823
|
||||
|
||||
19
data/text/type_names.s
Normal file
19
data/text/type_names.s
Normal file
@@ -0,0 +1,19 @@
|
||||
gTypeNames: ; 831AE38
|
||||
.charmapstr "NORMAL$", 7
|
||||
.charmapstr "FIGHT$", 7
|
||||
.charmapstr "FLYING$", 7
|
||||
.charmapstr "POISON$", 7
|
||||
.charmapstr "GROUND$", 7
|
||||
.charmapstr "ROCK$", 7
|
||||
.charmapstr "BUG$", 7
|
||||
.charmapstr "GHOST$", 7
|
||||
.charmapstr "STEEL$", 7
|
||||
.charmapstr "???$", 7
|
||||
.charmapstr "FIRE$", 7
|
||||
.charmapstr "WATER$", 7
|
||||
.charmapstr "GRASS$", 7
|
||||
.charmapstr "ELECTR$", 7
|
||||
.charmapstr "PSYCHC$", 7
|
||||
.charmapstr "ICE$", 7
|
||||
.charmapstr "DRAGON$", 7
|
||||
.charmapstr "DARK$", 7
|
||||
Reference in New Issue
Block a user