aboutsummaryrefslogtreecommitdiff
path: root/entity/actions.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r--entity/actions.gbasm8
1 files changed, 0 insertions, 8 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm
index 28f1cca..bcf89c1 100644
--- a/entity/actions.gbasm
+++ b/entity/actions.gbasm
@@ -245,14 +245,6 @@ Fox_AI:
LD A, $tmp_var_2
ADD $80
CP E
- PUSH AF
- PUSH HL
- LD HL, $9800
- LD A, $00
- RL A
- CALL =Print_8bit
- POP HL
- POP AF
JR Z =Fox_AI.No_movement
JR C =Fox_AI.Go_Up