From ccb7c0c359dd1aa4475c9f51b37f7b5faabc1e34 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 17 Feb 2018 19:11:28 +0100 Subject: Create sprite_buffer_struct --- src/macros/wram.asm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/macros/wram.asm') 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 -- cgit v1.2.3