diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
commit | 75035a71a544821de0b397cfd5bacad5cf4da8fd (patch) | |
tree | a6f0321c5bb59c2e5bae7d26d20fe7c8e4ff4e88 /mobile/mobile_42.asm | |
parent | 0d683ea0c72c3d86736cd08667f14d6abe5964c3 (diff) |
Label some mobile addresses, and revise some comments
Diffstat (limited to 'mobile/mobile_42.asm')
-rw-r--r-- | mobile/mobile_42.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm index fbf6bed02..3a00dd591 100644 --- a/mobile/mobile_42.asm +++ b/mobile/mobile_42.asm @@ -1186,7 +1186,7 @@ Function108963: asm_108966: call DelayFrame ld hl, vTiles2 - lb bc, $a, $31 ; $a is the bank of ????? + lb bc, BANK(TradeGameBoyLZ), $31 call Request2bpp call WaitTop call MobileTradeAnim_ClearTilemap |