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/data.s | |
parent | 7fa7e5416542cf0ff7eb9ea555ae8ba543e97142 (diff) |
convert to using asciz for handling all the 0x00 bytes
Diffstat (limited to 'data/data.s')
-rw-r--r-- | data/data.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/data.s b/data/data.s index 9bd863a..fe5a062 100644 --- a/data/data.s +++ b/data/data.s @@ -28,7 +28,10 @@ gUnknown_80B6A28: @ 80B6A28 gUnknown_80B6D90: @ 80B6D90 .incbin "baserom.gba", 0xB6D90, 0x3B4 - .include "data/text/none.inc" + .global gUnknown_80B7144 +gUnknown_80B7144: @ 80B7144 + .asciz "NONE" + .align 2,0 .global gUnknown_80B714C gUnknown_80B714C: @ 80B714C |