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/chunsoft.inc | |
parent | 7fa7e5416542cf0ff7eb9ea555ae8ba543e97142 (diff) |
convert to using asciz for handling all the 0x00 bytes
Diffstat (limited to 'data/text/chunsoft.inc')
-rw-r--r-- | data/text/chunsoft.inc | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/data/text/chunsoft.inc b/data/text/chunsoft.inc index 89f10be..b7723a5 100644 --- a/data/text/chunsoft.inc +++ b/data/text/chunsoft.inc @@ -1,21 +1,11 @@ gUnknown_80E6E50:: @ 80E6E50 - .string "CHUNSOFT" - .byte 0 - .byte 0 + .asciz "CHUNSOFT" .align 2,0 - .string "pksdir0" - .byte 0 - .align 2,0 + .asciz "pksdir0" - .string "pksdir0" - .byte 0 - .align 2,0 + .asciz "pksdir0" - .string "pksdir0" - .byte 0 - .align 2,0 + .asciz "pksdir0" - .string "pksdir0" - .byte 0 - .align 2,0 + .asciz "pksdir0" |