diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-04-27 17:28:49 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-04-27 17:29:29 -0500 |
commit | 0e47273378b1f7f010e4d3e6dbab2a14dcc781ce (patch) | |
tree | 75e02dcd4019a53a41a22934fe2b50c931c2ab12 /hram.asm | |
parent | a238e4bd55f7934a0201a2a523c739be70820760 (diff) | |
parent | 6f6988e3d116b3d663235736ba9d9300cd3d4777 (diff) |
Merge yenatch/master.
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -26,6 +26,16 @@ hJoyDown EQU $ffa8 hPastLeadingZeroes EQU $ffb3 +hDividend EQU $ffb3 +hDivisor EQU $ffb7 +hQuotient EQU $ffb4 + +hMultiplicand EQU $ffb4 +hMultiplier EQU $ffb7 +hProduct EQU $ffb3 + +hMathBuffer EQU $ffb8 + hLCDStatCustom EQU $ffc6 hBGMapMode EQU $ffd4 |