mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
9 lines
133 B
ArmAsm
9 lines
133 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "global.inc"
|
|
|
|
.bss
|
|
|
|
.global errno
|
|
errno: ; 0x021D74A8
|
|
.space 0x4
|
|
.size errno,.-errno |