Skip to content

Commit 483cc56

Browse files
authored
Fix incorrect struct name in example
1 parent c628309 commit 483cc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/correct.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ INCLUDE "../structs.asm"
1414
end_struct
1515

1616
; Defines an NPC, as I used in Aevilia (https://github.com/ISSOtm/Aevilia-GB/blob/master/macros/memory.asm#L10-L25)
17-
struct Sprite
17+
struct NPC
1818
words 1, YPos
1919
words 1, XPos
2020
bytes 1, YBox

0 commit comments

Comments
 (0)