mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-02 22:05:46 -05:00
use .4byte and .2byte everywhere
This commit is contained in:
parent
725956695b
commit
fd6e15b70a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user