diff options
author | Astatin <[email protected]> | 2025-01-10 16:08:06 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-10 16:08:06 +0900 |
commit | dc5a9431bf4438000dcd028aa6b9c17c9ca492d8 (patch) | |
tree | 8a63e04d017dc58d8c88f9842e2cd2ca7273ab05 /animations | |
parent | 48f765802fc16071d1d605b1fd940bda4562d472 (diff) |
Use new relative label thingy
Diffstat (limited to 'animations')
-rw-r--r-- | animations/sparkles.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animations/sparkles.gbasm b/animations/sparkles.gbasm index 9560ebf..018cf27 100644 --- a/animations/sparkles.gbasm +++ b/animations/sparkles.gbasm @@ -46,7 +46,7 @@ Sparkle_Animation: LD E, A XOR A CP E - JP Z, =Sparkle_Animation.End_animation + JP Z, =.End_animation LD (HL), E .ADD_MOVING_ANIMATION_OFFSET @@ -98,7 +98,7 @@ Sparkle_Animation: POP HL RET - Sparkle_Animation.End_animation: + .End_animation: LD A, L AND $fc LD L, A |