mirror of
https://github.com/pret/pokestadium.git
synced 2026-03-22 01:34:25 -05:00
10 lines
115 B
C++
10 lines
115 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|
|
|
|
.macro jlabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|