mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-13 16:56:04 -05:00
9 lines
125 B
ArmAsm
Executable File
9 lines
125 B
ArmAsm
Executable File
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.syntax unified
|
|
|
|
.text
|
|
|
|
.align 2, 0 @ Don't pad with nop.
|