We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c628309 commit 483cc56Copy full SHA for 483cc56
examples/correct.asm
@@ -14,7 +14,7 @@ INCLUDE "../structs.asm"
14
end_struct
15
16
; Defines an NPC, as I used in Aevilia (https://github.com/ISSOtm/Aevilia-GB/blob/master/macros/memory.asm#L10-L25)
17
- struct Sprite
+ struct NPC
18
words 1, YPos
19
words 1, XPos
20
bytes 1, YBox
0 commit comments