summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-17 19:11:28 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-17 19:11:28 +0100
commitccb7c0c359dd1aa4475c9f51b37f7b5faabc1e34 (patch)
treea3a84c089d9ba93cd7312b460d82005d24596515 /src/macros/wram.asm
parentc58266dc318f79bf5479868d7b2b6c067365fee0 (diff)
Create sprite_buffer_struct
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r--src/macros/wram.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index cea20fa..8b3f306 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -40,3 +40,22 @@ move_data_struct: MACRO
\1Unknown1:: db
\1Animation:: db
ENDM
+
+sprite_buffer_struct: MACRO
+\1Property1:: ds 1
+\1Property2:: ds 1
+\1Property3:: ds 1
+\1Property4:: ds 1
+\1Property5:: ds 1
+\1Property6:: ds 1
+\1Property7:: ds 1
+\1Property8:: ds 1
+\1Property9:: ds 1
+\1Property10:: ds 1
+\1Property11:: ds 1
+\1Property12:: ds 1
+\1Property13:: ds 1
+\1Property14:: ds 1
+\1Property15:: ds 1
+\1Property16:: ds 1
+ENDM \ No newline at end of file