summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-26 17:04:24 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-26 17:04:24 -0400
commit222afb247d592201dc228108232e3347c762db87 (patch)
tree8b06692184776af2c7fffdd68db048f45e10c787 /wram.asm
parentc34156c5fb333864c1ae85036ea587c9f615a65a (diff)
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 275ccc40..32ce712d 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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