diff options
| author | StardustGear <stargear12@gmail.com> | 2019-12-11 21:31:31 +0200 |
|---|---|---|
| committer | flamewing <flamewing.sonic@gmail.com> | 2019-12-11 20:39:40 +0100 |
| commit | 6dc32551c3adf49b1ef11ffdec352e8f22e814e4 (patch) | |
| tree | f5482f54720ca03b6204e669a1db3a43d6dcbe6f /_inc | |
| parent | 8a3e8f0fb590d142c61f4711327f8c8f0cc8e110 (diff) | |
Fixed some slight errors
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/DeformLayers (JP1).asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_inc/DeformLayers (JP1).asm b/_inc/DeformLayers (JP1).asm index 610a1b6..bf50460 100644 --- a/_inc/DeformLayers (JP1).asm +++ b/_inc/DeformLayers (JP1).asm @@ -73,7 +73,7 @@ Deform_GHZ: move.w d0,d4 move.w d0,(v_bgscrposy_dup).w move.w (v_screenposx).w,d0 - cmpi.b #id_Title,(v_zone).w + cmpi.b #id_Title,(v_gamemode).w bne.s @notTitle moveq #0,d0 ; reset foreground position in title screen @notTitle: |
