From fb689cdc68b8d1da3d988da43671bd0ddb063e88 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 29 Apr 2025 09:27:37 +0200 Subject: add earcopter + freeze as learned items + fix collision after item pick up --- dialogues/dialogues.gbasm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dialogues') diff --git a/dialogues/dialogues.gbasm b/dialogues/dialogues.gbasm index 1501a79..e950b93 100644 --- a/dialogues/dialogues.gbasm +++ b/dialogues/dialogues.gbasm @@ -137,7 +137,6 @@ Dialogue_script_instruction_Jump_Table: POP DE PUSH HL LD HL, $dialogue_first_line - DBG CALL =Print_str POP HL @@ -192,7 +191,6 @@ Dialogue_script_instruction_Jump_Table: LD A, L LD ($mem_learn_attack_dialogue_ret_ptr+1), A - LD A, E LD HL, $mem_bunny_attacks .Learn_Attack.Check_doubles.loop: LD A, (HL) @@ -212,7 +210,7 @@ Dialogue_script_instruction_Jump_Table: LD HL, $mem_bunny_attacks ADD L LD L, A - LD (HL), $02 + LD (HL), E LD A, $mem_number_of_attacks INC A LD $mem_number_of_attacks, A @@ -251,7 +249,6 @@ Dialogue_script_instruction_Jump_Table: LD H, A LD A, ($mem_learn_attack_dialogue_ret_ptr+1) LD L, A - DBG JP =Dialogue_script_step.next .INCLUDE "dialogues/text.gbasm" -- cgit v1.2.3-70-g09d2