aboutsummaryrefslogtreecommitdiff
path: root/entity/mouse.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-07 17:01:22 +0200
committerAstatin <[email protected]>2025-05-07 17:01:22 +0200
commit4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch)
treed69861ff5fe1ebed41f9697335948bde512f10f4 /entity/mouse.gbasm
parent7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff)
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'entity/mouse.gbasm')
-rw-r--r--entity/mouse.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/mouse.gbasm b/entity/mouse.gbasm
index 4a09009..ebf54ff 100644
--- a/entity/mouse.gbasm
+++ b/entity/mouse.gbasm
@@ -34,8 +34,8 @@ Mouse_Turn:
LD $mem_enemies_alive_count, A
PUSH DE
- LD D, $6C
- LD E, $04
+ LD D, $64
+ LD E, $02
CALL =RNG_Step
AND $03
CP $00