You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use fixed-point DIV function for a generalized sine_wave table macro
This commit is contained in:
@@ -41,8 +41,8 @@ maskbits: MACRO
|
||||
; example usage in rejection sampling:
|
||||
; .loop
|
||||
; call Random
|
||||
; maskbits 30
|
||||
; cp 30
|
||||
; maskbits 26
|
||||
; cp 26
|
||||
; jr nc, .loop
|
||||
x = 1
|
||||
rept 8
|
||||
|
Reference in New Issue
Block a user