From fd6e15b70a844ba646f3a39e9f248d429078e2e5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 10 Oct 2015 08:37:51 -0700 Subject: [PATCH] use .4byte and .2byte everywhere --- asm/crt0.s | 8 ++++---- 1 file 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