mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
This way, if a child context initializes `\@`, the parent won't reset it. And if the child context did not initialize `\@`, then resetting it would be redundant.
20 lines
336 B
Plaintext
20 lines
336 B
Plaintext
Within REPT
|
|
Within INCLUDE: _u1
|
|
Outside INCLUDE: _u1
|
|
Within REPT
|
|
Within INCLUDE: _u2
|
|
Outside INCLUDE: _u2
|
|
Within MACRO
|
|
Within INCLUDE: _u3
|
|
Outside INCLUDE: _u3
|
|
|
|
Within REPT: _u4
|
|
Within INCLUDE: _u4
|
|
Outside INCLUDE: _u4
|
|
Within REPT: _u5
|
|
Within INCLUDE: _u5
|
|
Outside INCLUDE: _u5
|
|
Within MACRO: _u6
|
|
Within INCLUDE: _u6
|
|
Outside INCLUDE: _u6
|