aboutsummaryrefslogtreecommitdiff
path: root/entity/fox.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-18 19:03:42 +0900
committerAstatin <[email protected]>2025-02-18 19:03:42 +0900
commit18d7d064daf704193f8dff6b2ef3ae68b7fc3aac (patch)
tree9af417ec9a09294edec8ca0e5ffbd146a0081b4b /entity/fox.gbasm
parentf4197f6117b7cc16873fca749c0dcb838577a7e5 (diff)
Did a bunch of things I honestly don't remember everything but now basic attack is broken
Diffstat (limited to 'entity/fox.gbasm')
-rw-r--r--entity/fox.gbasm6
1 files changed, 6 insertions, 0 deletions
diff --git a/entity/fox.gbasm b/entity/fox.gbasm
index d82cc66..5e225ec 100644
--- a/entity/fox.gbasm
+++ b/entity/fox.gbasm
@@ -82,6 +82,12 @@ Fox_Turn:
LD A, L
AND $f0
+ OR $07
+ LD L, A
+ RES 3, (HL)
+
+ LD A, L
+ AND $f0
ADD $09
LD L, A
XOR A