diff options
author | YamaArashi <shadow962@live.com> | 2015-10-10 08:37:51 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-10 08:37:51 -0700 |
commit | fd6e15b70a844ba646f3a39e9f248d429078e2e5 (patch) | |
tree | 0e6c00d7f3a4ba4bcdc355805f5a070432a05902 | |
parent | 725956695bbe9a720b11d0eb70a1f6cb72bca27b (diff) |
use .4byte and .2byte everywhere
-rw-r--r-- | asm/crt0.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index 820b31e57..b4044495c 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -1,16 +1,16 @@ .include "asm/rom_header.s" _080000C0: - .long 0 + .4byte 0 _080000C4: - .short 0 + .2byte 0 _080000C6: - .short 0 + .2byte 0 _080000C8: - .long 0 + .4byte 0 .incbin "base_emerald.gba", 0xCC, 0x204 - 0xCC |