syntax fixes

This commit is contained in:
emaskyesmogon 2022-08-31 13:06:09 -06:00
parent 40a9a7821d
commit 425990b82b
2 changed files with 2 additions and 2 deletions

View file

@ -20,5 +20,5 @@
SUBSTITUTE, SURF SUBSTITUTE, SURF
; end ; end
ddb BANK(GyopinPicFront) db BANK(GyopinPicFront)
assert BANK(GyopinPicFront) == BANK(GyopinPicBack) assert BANK(GyopinPicFront) == BANK(GyopinPicBack)

View file

@ -20,5 +20,5 @@
REST, SUBSTITUTE, CUT, STRENGTH REST, SUBSTITUTE, CUT, STRENGTH
; end ; end
ddb BANK(PurakkusuPicFront) db BANK(PurakkusuPicFront)
assert BANK(PurakkusuPicFront) == BANK(PurakkusuPicBack) assert BANK(PurakkusuPicFront) == BANK(PurakkusuPicBack)