diff options
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index 1ada5a8..d623e55 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -80,6 +80,10 @@ ; direction: u8 (animation = bit 7-4, bit 3 = is_moving, bit 2-0: direction), ; ai_function_pointer: 16 ; _padding: u16 +; +; # SANTA CHRISTMAS LIST PLEASE # +; health, max health, list of possible attacks, maybe remaining attacks ? AI status (blind, scared, slow, etc..) +; ; } .DEFINE mem_oam_buffer $ca00 ; Until $ca9f |