Miscellaneous updates and corrections
This commit is contained in:
@@ -51,7 +51,7 @@ calc_sine_wave: MACRO
|
||||
; input: a = a signed 6-bit value
|
||||
; output: a = d * sin(a * pi/32)
|
||||
and %111111
|
||||
cp %100000
|
||||
cp %100000
|
||||
jr nc, .negative\@
|
||||
call .apply\@
|
||||
ld a, h
|
||||
|
@@ -238,6 +238,7 @@ link_battle_record: MACRO
|
||||
\1Wins:: dw
|
||||
\1Losses:: dw
|
||||
\1Draws:: dw
|
||||
\1End::
|
||||
ENDM
|
||||
|
||||
trademon: MACRO
|
||||
|
Reference in New Issue
Block a user