summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 18:33:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 18:33:31 -0400
commitc3c18dd19643ea48170bb3d0c5be5c9fe16e473e (patch)
tree94bb7a5a7438f4d61fdce35144fcae2fa71eaadb /mobile
parent91774f206e97d67cb8f16f5afeec03ce9c7e28ca (diff)
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_22.asm12
-rw-r--r--mobile/mobile_5e.asm4
2 files changed, 7 insertions, 9 deletions
diff --git a/mobile/mobile_22.asm b/mobile/mobile_22.asm
index f5e3073e2..d73977854 100644
--- a/mobile/mobile_22.asm
+++ b/mobile/mobile_22.asm
@@ -519,9 +519,9 @@ INCBIN "gfx/mobile/ez_chat_cursor.2bpp"
Function8942b:
ld de, vTiles0 tile $02
- ld hl, CardLargeSpriteGFX
- ld bc, 8 tiles
- ld a, BANK(CardLargeSpriteGFX)
+ ld hl, CardLargeSpriteAndFolderGFX
+ ld bc, 8 tiles ; just the large card sprite
+ ld a, BANK(CardLargeSpriteAndFolderGFX)
call FarCopyBytes
ld de, vTiles0 tile $0a
ld hl, CardSpriteGFX
@@ -544,10 +544,10 @@ Function89448:
ret
Function89455:
- ld hl, CardLargeSpriteGFX
+ ld hl, CardLargeSpriteAndFolderGFX
ld de, vTiles2 tile $0c
- ld bc, (8 + 65) tiles
- ld a, BANK(CardLargeSpriteGFX) ; aka BANK(CardFolderGFX)
+ ld bc, (8 + 65) tiles ; large card sprite + folder
+ ld a, BANK(CardLargeSpriteAndFolderGFX)
call FarCopyBytes
ret
diff --git a/mobile/mobile_5e.asm b/mobile/mobile_5e.asm
index 55654d572..a30ed4983 100644
--- a/mobile/mobile_5e.asm
+++ b/mobile/mobile_5e.asm
@@ -10,10 +10,8 @@ INCBIN "gfx/mobile/kris_silhouette.2bpp"
MobileCard2GFX::
INCBIN "gfx/mobile/card_2.2bpp"
-CardLargeSpriteGFX::
+CardLargeSpriteAndFolderGFX::
INCBIN "gfx/mobile/card_large_sprite.2bpp"
-
-CardFolderGFX::
INCBIN "gfx/mobile/card_folder.2bpp"
CardSpriteGFX::