mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-09 19:27:21 -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
|