diff options
author | Astatin <[email protected]> | 2025-02-04 14:49:48 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-04 14:49:48 +0900 |
commit | aa7b1f0505f8b0e9cebe7d1444075abb8d756d9e (patch) | |
tree | cc36fe6b4f5f59e7713df034f78c4358a0da08b3 /definitions.gbasm | |
parent | cf80989154bbb8985bec1d2e089c680714b9b804 (diff) |
Add mana points for fox on laser use
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index c293213..90f6ed9 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -184,7 +184,8 @@ ; bit 2: end of turn attack mode ; status: u8 ; ; bit 0: whether or not turns should be skipped -; _padding: u56 +; mana: u8 +; _padding: u48 ; ; # SANTA CHRISTMAS LIST PLEASE # ; health, max health, list of possible attacks, maybe remaining attacks ? AI status (blind, scared, slow, etc..) |