Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
macro.inc
Go to the documentation of this file.
1
.macro glabel label
2
.global \label
3
.type \label, @function
4
\label:
5
.endm
6
7
.macro dlabel label
8
.global \label
9
\label:
10
.endm
include
macro.inc
Generated by
1.10.0