mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix RPN patches for all commands (#1819)
This commit is contained in:
4
test/asm/rpn-undefined.asm
Normal file
4
test/asm/rpn-undefined.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
section "test", rom0
|
||||
db UNDEFINED ; 4-byte ID
|
||||
db BANK("Undefined") ; N-byte string
|
||||
bit UNDEFINED, a ; 1-byte value
|
||||
Reference in New Issue
Block a user