diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
commit | f680408489f026cce3d1d3344bc3d944a679e5aa (patch) | |
tree | b6f8e8f945d899e8a5d4fe6e0b8e56931f9b0b7f /home/serial.asm | |
parent | 9dee89fae39ce638beed51edbc3f837a6222bd68 (diff) |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
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 be00058d..1bae8039 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -270,7 +270,7 @@ Serial_PrintWaitingTextAndSyncAndExchangeNybble:: call WaitLinkTransfer jp SafeLoadTempTilemapToTilemap -Serial_SyncAndExchangeNybble:: +Serial_SyncAndExchangeNybble:: ; unreferenced call LoadTilemapToTempTilemap callfar PlaceWaitingText jp WaitLinkTransfer |