type names

This commit is contained in:
YamaArashi
2015-10-11 01:20:41 -07:00
parent 1874db5e8a
commit 52c9f4a7dc
3 changed files with 28 additions and 7 deletions

View File

@@ -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
View 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