mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Only restore parent context's \@ value if it had one defined (#1366)
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.
This commit is contained in:
1
test/asm/unique-id-include.inc
Normal file
1
test/asm/unique-id-include.inc
Normal file
@@ -0,0 +1 @@
|
||||
println "Within INCLUDE: \@"
|
||||
Reference in New Issue
Block a user