diff options
author | Astatin <[email protected]> | 2024-10-08 18:04:22 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-10-08 18:04:22 +0900 |
commit | d355a883e53574c474d322b39872ae51a40cedc5 (patch) | |
tree | 8de5825730ed3f1cf6bd5692c811c3e68bbae902 /definitions.gbasm | |
parent | 9bdce0aa0daf5bf25f21e2bc6863312f01f55376 (diff) |
Fox following bunny (WIP)
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 |