diff options
author | Astatin <[email protected]> | 2025-04-11 16:20:31 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-11 16:20:31 +0200 |
commit | a846ccc0cc20fe49b5ee07e252b370dc005b38cd (patch) | |
tree | 7996f4fdbca1e054bac3d87dd565178da9ba9191 /definitions.gbasm | |
parent | 690ff7c09726d9e760b52b717c70e9567531175c (diff) |
Make hop the only default attack and make cats drop heal
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index 3bfa97b..0d6b882 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -140,6 +140,12 @@ .DEFINE mem_entity_spawning_pattern ($c046) +.DEFINE mem_number_of_attacks ($c047) +.DEFINE mem_cursor_max_position ($c048) + +.DEFINE mem_learn_attack_dialogue_ret_ptr $c049 ; Takes $c049 and $c04a +.DEFINE mem_learn_attack_attack_name_ptr $c04b ; Takes $c04b and $c04c + ; ## WARNING THE SPACE BETWEEN $c400 and $c800 is used as a buffer for the loading map function during dungeon generation .DEFINE mem_map_loading_buffer $c400 |