mirror of
https://github.com/zestydevy/marioparty3.git
synced 2024-11-26 23:00:32 +00: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
|