Skip to content

Commit

Permalink
Applying palette_line_size constant to another raw value
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Aug 16, 2015
1 parent 97eda42 commit c4c4ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2.asm
Expand Up @@ -12087,7 +12087,7 @@ LevelSelect_DrawIcon:
lea (a1,d0.w),a1
lea (Normal_palette_line3).w,a2

moveq #7,d1
moveq #bytesToLcnt(palette_line_size*2),d1
- move.l (a1)+,(a2)+
dbf d1,-

Expand Down

0 comments on commit c4c4ecb

Please sign in to comment.