aboutsummaryrefslogtreecommitdiff
path: root/animations/rotatingball.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 /animations/rotatingball.gbasm
parentf4197f6117b7cc16873fca749c0dcb838577a7e5 (diff)
Did a bunch of things I honestly don't remember everything but now basic attack is broken
Diffstat (limited to 'animations/rotatingball.gbasm')
-rw-r--r--animations/rotatingball.gbasm9
1 files changed, 1 insertions, 8 deletions
diff --git a/animations/rotatingball.gbasm b/animations/rotatingball.gbasm
index e7e4cbd..68f5b54 100644
--- a/animations/rotatingball.gbasm
+++ b/animations/rotatingball.gbasm
@@ -44,7 +44,7 @@ Rotating_Ball_Animation:
LD E, (HL)
DEC E
CP E
- JP C, =.End_animation
+ JP C, =End_animation
LD (HL), E
LD A, $30
@@ -87,10 +87,3 @@ Rotating_Ball_Animation:
POP HL
RET
-
- .End_animation:
- LD A, L
- AND $fc
- LD L, A
- LD (HL), $00
- RET