aboutsummaryrefslogtreecommitdiff
path: root/entity
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-31 15:04:01 +0900
committerAstatin <[email protected]>2024-10-31 15:04:01 +0900
commita69ff95615b9ef4ed1ef2e0dbe42bf64b36e25b0 (patch)
tree805f8f0ab1274df6d89fcf8ea1f46643b47e941a /entity
parente4507824c03030e7f1f11483f400335ae668424a (diff)
Add font and Print_str routine
Diffstat (limited to 'entity')
-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