diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
commit | 604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch) | |
tree | 6e64376d2d2594acdf97b0aee3d7449577853508 /home/serial.asm | |
parent | 42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9 (diff) |
Remove more address comments
Diffstat (limited to 'home/serial.asm')
-rw-r--r-- | home/serial.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/serial.asm b/home/serial.asm index 508148df..6f3c72ff 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -228,7 +228,7 @@ Serial_ExchangeLinkMenuSelection:: Serial_PrintWaitingTextAndSyncAndExchangeNybble:: call SaveScreenTilesToBuffer1 - callab PrintWaitingText ; 1:4b89 + callab PrintWaitingText call Serial_SyncAndExchangeNybble jp LoadScreenTilesFromBuffer1 |