diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-15 16:49:29 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-15 16:49:29 -0500 |
commit | e88a5526d7bb0bd77395f10808ad6d94e9ea9e16 (patch) | |
tree | 9558315d361d97335aa5de8344abdb848d309730 | |
parent | fef46aeb0cac3df27c5533f8dde5267ae1e403fc (diff) |
ahhh more string pointers. that's what that stuff was
-rw-r--r-- | data/text/type_names.inc | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/data/text/type_names.inc b/data/text/type_names.inc index 25c1d03..1af4ac2 100644 --- a/data/text/type_names.inc +++ b/data/text/type_names.inc @@ -1,7 +1,23 @@ gUnknown_810AD4C:: @ 810AD4C -.byte 0x1c, 0xae, 0x10, 0x08, 0x14, 0xae, 0x10, 0x08, 0x0c, 0xae, 0x10, 0x08, 0x04, 0xae, 0x10, 0x08, 0xfc, 0xad, 0x10, 0x08, 0xf0, 0xad, 0x10, 0x08, 0xec, 0xad, 0x10, 0x08, 0xe0, 0xad, 0x10, 0x08 -.byte 0xd8, 0xad, 0x10, 0x08, 0xd0, 0xad, 0x10, 0x08, 0xc8, 0xad, 0x10, 0x08, 0xc0, 0xad, 0x10, 0x08, 0xbc, 0xad, 0x10, 0x08, 0xb4, 0xad, 0x10, 0x08, 0xac, 0xad, 0x10, 0x08, 0xa4, 0xad, 0x10, 0x08 -.byte 0x9c, 0xad, 0x10, 0x08, 0x94, 0xad, 0x10, 0x08 +@ (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 .asciz "Steel" .align 2,0 |