Skip to content

Commit fc45319

Browse files
committed
Fix incorrect syntax
1 parent 9ab7e70 commit fc45319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/correct.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ memcpy_small:
9999

100100
SECTION "Structs", WRAM0 ; But it can be HRAM, WRAMX, or SRAM, too!
101101

102-
dstruct wPlayer
102+
dstruct NPC, wPlayer
103103

104-
dstruct wBGPalette0
105-
dstruct wOBJPalette0
104+
dstruct RawPalette, wBGPalette0
105+
dstruct RawPalette, wOBJPalette0

0 commit comments

Comments
 (0)