diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-13 18:53:09 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-13 18:53:09 -0500 |
commit | 4a094ea3550cfba23ae4c17e366e334f61caf09e (patch) | |
tree | 8c6b0a07203bac422bbce140766799916434794b /data/text/type_names.inc | |
parent | 7fa7e5416542cf0ff7eb9ea555ae8ba543e97142 (diff) |
convert to using asciz for handling all the 0x00 bytes
Diffstat (limited to 'data/text/type_names.inc')
-rw-r--r-- | data/text/type_names.inc | 119 |
1 files changed, 35 insertions, 84 deletions
diff --git a/data/text/type_names.inc b/data/text/type_names.inc index f3e39a6..25c1d03 100644 --- a/data/text/type_names.inc +++ b/data/text/type_names.inc @@ -3,88 +3,39 @@ gUnknown_810AD4C:: @ 810AD4C .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 -.string "Steel" -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Dark" -.byte 0 -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Dragon" -.byte 0 -.byte 0 -.align 2,0 -.string "Ghost" -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Rock" -.byte 0 -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Bug" -.byte 0 -.align 2,0 -.string "Psychic" -.byte 0 -.align 2,0 -.string "Flying" -.byte 0 -.byte 0 -.align 2,0 -.string "Ground" -.byte 0 -.byte 0 -.align 2,0 -.string "Poison" -.byte 0 -.byte 0 -.string "Fighting" -.align 2,0 -.byte 0 -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Ice" -.byte 0 -.align 2,0 -.string "Electric" -.byte 0 -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Grass" -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Water" -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Fire" -.byte 0 -.byte 0 -.byte 0 -.byte 0 -.align 2,0 -.string "Normal" -.byte 0 -.byte 0 -.align 2,0 -.string "None" -.byte 0 -.byte 0 -.byte 0 -.byte 0 +.asciz "Steel" +.align 2,0 +.asciz "Dark" +.align 2,0 +.asciz "Dragon" +.align 2,0 +.asciz "Ghost" +.align 2,0 +.asciz "Rock" +.align 2,0 +.asciz "Bug" +.align 2,0 +.asciz "Psychic" +.align 2,0 +.asciz "Flying" +.align 2,0 +.asciz "Ground" +.align 2,0 +.asciz "Poison" +.align 2,0 +.asciz "Fighting" +.align 2,0 +.asciz "Ice" +.align 2,0 +.asciz "Electric" +.align 2,0 +.asciz "Grass" +.align 2,0 +.asciz "Water" +.align 2,0 +.asciz "Fire" +.align 2,0 +.asciz "Normal" +.align 2,0 +.asciz "None" .align 2,0 |