pokecrystal-board/engine/math
Rangi 296402bd31 _Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor
Note that the result quotient is four bytes, but hQuotient is a three-byte buffer. This is because no Divide caller ever needed a four-byte quotient, so the buffer didn't include the high byte.
2018-08-25 22:58:26 -04:00
..
get_square_root.asm Remove all address comments 2018-06-24 16:13:22 +02:00
math.asm _Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor 2018-08-25 22:58:26 -04:00
print_num.asm Reorganize math-related HRAM union (ffb3) 2018-08-25 21:49:26 -04:00
sine.asm Remove all address comments 2018-06-24 16:13:22 +02:00