mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 23:10:50 +00:00
16 lines
237 B
ArmAsm
16 lines
237 B
ArmAsm
.include "constants/gba_constants.inc"
|
|
.include "asm/macros.inc"
|
|
|
|
.syntax unified
|
|
|
|
.text
|
|
|
|
@ Unused
|
|
thumb_func_start sub_80001DC
|
|
sub_80001DC:
|
|
mov r0, sp
|
|
bx lr
|
|
thumb_func_end sub_80001DC
|
|
|
|
.align 2, 0 @ Don't pad with nop.
|