summaryrefslogtreecommitdiff
path: root/data/text
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-11-07 19:01:11 -0600
committerSeth Barberee <seth.barberee@gmail.com>2020-11-07 19:01:11 -0600
commita1cd2ce87fd9281dbea59520b8f5160c1bdeae28 (patch)
treeeca54057e05dff1f4e796c6ffa8ed8532f8fb6a0 /data/text
parent713221ad1f268814f599ec90c103094ce6d307ef (diff)
some data dumping and doc # of friend areas
Diffstat (limited to 'data/text')
-rw-r--r--data/text/type_names.inc89
1 files changed, 71 insertions, 18 deletions
diff --git a/data/text/type_names.inc b/data/text/type_names.inc
index f1c76c9..feffc64 100644
--- a/data/text/type_names.inc
+++ b/data/text/type_names.inc
@@ -1,57 +1,110 @@
gUnformattedTypeStrings:: @ 810AD4C
@ (Table of pointers to each string)
-.byte 0x1c, 0xae, 0x10, 0x08
-.byte 0x14, 0xae, 0x10, 0x08
-.byte 0x0c, 0xae, 0x10, 0x08
-.byte 0x04, 0xae, 0x10, 0x08
-.byte 0xfc, 0xad, 0x10, 0x08
-.byte 0xf0, 0xad, 0x10, 0x08
-.byte 0xec, 0xad, 0x10, 0x08
-.byte 0xe0, 0xad, 0x10, 0x08
-.byte 0xd8, 0xad, 0x10, 0x08
-.byte 0xd0, 0xad, 0x10, 0x08
-.byte 0xc8, 0xad, 0x10, 0x08
-.byte 0xc0, 0xad, 0x10, 0x08
-.byte 0xbc, 0xad, 0x10, 0x08
-.byte 0xb4, 0xad, 0x10, 0x08
-.byte 0xac, 0xad, 0x10, 0x08
-.byte 0xa4, 0xad, 0x10, 0x08
-.byte 0x9c, 0xad, 0x10, 0x08
-.byte 0x94, 0xad, 0x10, 0x08
+.4byte gNoneText
+.4byte gNormalText
+.4byte gFireText
+.4byte gWaterText
+.4byte gGrassText
+.4byte gElectricText
+.4byte gIceText
+.4byte gFightingText
+.4byte gPoisonText
+.4byte gGroundText
+.4byte gFlyingText
+.4byte gPsychicText
+.4byte gBugText
+.4byte gRockText
+.4byte gGhostText
+.4byte gDragonText
+.4byte gDarkText
+.4byte gSteelText
+.global gSteelText
+gSteelText:
.asciz "Steel"
.align 2,0
+
+.global gDarkText
+gDarkText:
.asciz "Dark"
.align 2,0
+
+.global gDragonText
+gDragonText:
.asciz "Dragon"
.align 2,0
+
+.global gGhostText
+gGhostText:
.asciz "Ghost"
.align 2,0
+
+.global gRockText
+gRockText:
.asciz "Rock"
.align 2,0
+
+.global gBugText
+gBugText:
.asciz "Bug"
.align 2,0
+
+.global gPsychicText
+gPsychicText:
.asciz "Psychic"
.align 2,0
+
+.global gFlyingText
+gFlyingText:
.asciz "Flying"
.align 2,0
+
+.global gGroundText
+gGroundText:
.asciz "Ground"
.align 2,0
+
+.global gPoisonText
+gPoisonText:
.asciz "Poison"
.align 2,0
+
+.global gFightingText
+gFightingText:
.asciz "Fighting"
.align 2,0
+
+.global gIceText
+gIceText:
.asciz "Ice"
.align 2,0
+
+.global gElectricText
+gElectricText:
.asciz "Electric"
.align 2,0
+
+.global gGrassText
+gGrassText:
.asciz "Grass"
.align 2,0
+
+.global gWaterText
+gWaterText:
.asciz "Water"
.align 2,0
+
+.global gFireText
+gFireText:
.asciz "Fire"
.align 2,0
+
+.global gNormalText
+gNormalText:
.asciz "Normal"
.align 2,0
+
+.global gNoneText
+gNoneText:
.asciz "None"
.align 2,0