mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
use .4byte and .2byte everywhere
This commit is contained in:
parent
725956695b
commit
fd6e15b70a
@ -1,16 +1,16 @@
|
|||||||
.include "asm/rom_header.s"
|
.include "asm/rom_header.s"
|
||||||
|
|
||||||
_080000C0:
|
_080000C0:
|
||||||
.long 0
|
.4byte 0
|
||||||
|
|
||||||
_080000C4:
|
_080000C4:
|
||||||
.short 0
|
.2byte 0
|
||||||
|
|
||||||
_080000C6:
|
_080000C6:
|
||||||
.short 0
|
.2byte 0
|
||||||
|
|
||||||
_080000C8:
|
_080000C8:
|
||||||
.long 0
|
.4byte 0
|
||||||
|
|
||||||
.incbin "base_emerald.gba", 0xCC, 0x204 - 0xCC
|
.incbin "base_emerald.gba", 0xCC, 0x204 - 0xCC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user