mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
These check that “Parent.child” may be used in place of “.child”, and that “WrongParent.child” may not be used in the scope of “Parent”.
7 lines
59 B
NASM
7 lines
59 B
NASM
SECTION "sec", ROM0
|
|
|
|
Parent:
|
|
db 0
|
|
WrongParent.child
|
|
db 0
|