From e88a5526d7bb0bd77395f10808ad6d94e9ea9e16 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 15 Sep 2020 16:49:29 -0500 Subject: ahhh more string pointers. that's what that stuff was --- data/text/type_names.inc | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'data') 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 -- cgit v1.2.3