Skip to content

Commit

Permalink
Fix incorrect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed May 25, 2018
1 parent 9ab7e70 commit fc45319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/correct.asm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ memcpy_small:

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

dstruct wPlayer
dstruct NPC, wPlayer

dstruct wBGPalette0
dstruct wOBJPalette0
dstruct RawPalette, wBGPalette0
dstruct RawPalette, wOBJPalette0

0 comments on commit fc45319

Please sign in to comment.