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 /modes | |
parent | 690ff7c09726d9e760b52b717c70e9567531175c (diff) |
Make hop the only default attack and make cats drop heal
Diffstat (limited to 'modes')
-rw-r--r-- | modes/dungeongeneration.gbasm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/modes/dungeongeneration.gbasm b/modes/dungeongeneration.gbasm index ace323b..9caa687 100644 --- a/modes/dungeongeneration.gbasm +++ b/modes/dungeongeneration.gbasm @@ -75,15 +75,7 @@ New_Dungeon: CALL =Update_Enemies_Spawning_Pattern LD A, $06 LD $mem_loaded_special_entity_index, A - LD HL, $mem_bunny_attacks - LD A, $00 - LD (HL+), A - INC A - LD (HL+), A - INC A - LD (HL+), A - INC A - LD (HL+), A + CALL =Reload_EP_Cost CALL =Dungeon_Generation CALL =Initialize_Entities |