diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 17:04:24 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 17:04:24 -0400 |
commit | 222afb247d592201dc228108232e3347c762db87 (patch) | |
tree | 8b06692184776af2c7fffdd68db048f45e10c787 /wram.asm | |
parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) |
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ wLinkMenuSelectionReceiveBuffer:: ; cc3d ; two byte buffer ; the received menu selection is stored twice -wcc3d:: ds 1 ; not used for anything other than mentioned above (haha link function) +wcc3d:: ds 1 ; not used for anything other than mentioned above wSerialExchangeNybbleReceiveData:: ; cc3e ; the final received nybble is stored here by Serial_ExchangeNybble |