mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
9
test/asm/include-unique-id.inc
Normal file
9
test/asm/include-unique-id.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
IF state == 1
|
||||
println "inner mac: \@ (\#)"
|
||||
ELIF state == 2
|
||||
println "inner rept before: \@"
|
||||
ELIF state == 3
|
||||
println "inner for: \@ ({n})"
|
||||
ELIF state == 4
|
||||
println "inner rept after: \@"
|
||||
ENDC
|
||||
Reference in New Issue
Block a user