mirror of
https://github.com/pret/pokestadium.git
synced 2026-04-14 04:46:00 -05:00
5 lines
57 B
C++
5 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|