diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 20:40:21 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 20:40:21 -0500 |
commit | 271aa20b73f699819351e787c58d0d14694eb135 (patch) | |
tree | 114707253a602add1e29044adc1a08672f84d063 /engine/routines | |
parent | 32ed487a476e01759d3d9dbc818d8566ae2c9cb7 (diff) |
Keep documentation in sync with new WRAM labels
Diffstat (limited to 'engine/routines')
-rwxr-xr-x | engine/routines/sine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/sine.asm b/engine/routines/sine.asm index 8c5ec6347..1b2b8f2f3 100755 --- a/engine/routines/sine.asm +++ b/engine/routines/sine.asm @@ -43,6 +43,6 @@ _Sine:: ; 84d9 ret .sinewave ; 850b -; A $20-word table representing a sine wave. -; 90 degrees is index $10 at a base amplitude of $100. +; A 32-word table representing a sine wave. +; sin(90 degrees) is index $10 with an amplitude of $100. sine_wave 32 |