From 222afb247d592201dc228108232e3347c762db87 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 26 Jul 2015 17:04:24 -0400 Subject: tmlearn macro. Also multiple_divide documentation and fix improper wram comment. --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p