diff options
author | Astatin <[email protected]> | 2024-11-05 16:03:28 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-05 16:03:28 +0900 |
commit | 14ae7d8def1159b395bf1176b351651cbd98ba19 (patch) | |
tree | 3c7a191ef9d19930f456620b68331a822f5d2731 /definitions.gbasm | |
parent | 17a186217dbf12e344e90537d50f713e3c5a6416 (diff) |
Use jump tables for entities turn AIs + actions on entity interaction
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 a4216a1..2d7420a 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -96,7 +96,8 @@ ; x: u8, ; y: u8, ; direction: u8 (animation = bit 7-4, bit 3 = is_moving, bit 2-0: direction), -; ai_function_pointer: u16 +; turn_function_jump_table_index: u8 +; action_function_jump_table_index: u8 ; health: u8 (DAA decimal !!) ; _padding: u72 ; |