mirror of
https://github.com/pret/pokestadium.git
synced 2026-04-20 23:57:35 -05:00
8 lines
99 B
C
8 lines
99 B
C
GLOBAL_ASM(
|
|
.rdata
|
|
.word 0x12345678
|
|
glabel blah
|
|
.word blah2
|
|
/*a*/ blah2: /*b*/ .word blah /*c*/
|
|
)
|