diff options
Diffstat (limited to 'mobile/mobile_42.asm')
-rw-r--r-- | mobile/mobile_42.asm | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm index bdb002757..313d8c1f8 100644 --- a/mobile/mobile_42.asm +++ b/mobile/mobile_42.asm @@ -149,7 +149,7 @@ Function1080b7: ; 1080b7 call ClearSprites call ClearTileMap call DisableLCD - call MobileTradeAnim_ClearVTiles + call MobileTradeAnim_ClearTiles call MobileTradeAnim_ClearBGMap call LoadStandardFont call LoadFontsBattleExtra @@ -157,13 +157,13 @@ Function1080b7: ; 1080b7 ld a, $1 ld [rVBK], a ld hl, LZ_108da7 - ld de, VTiles2 + ld de, vTiles2 call Decompress ld a, $0 ld [rVBK], a ld hl, LZ_108d27 - ld de, VTiles0 tile $20 + ld de, vTiles0 tile $20 call Decompress call EnableLCD @@ -180,12 +180,12 @@ Function1080b7: ; 1080b7 call DelayFrame ld de, TradeBallGFX - ld hl, VTiles0 + ld hl, vTiles0 lb bc, BANK(TradeBallGFX), $06 call Request2bpp ld de, TradePoofGFX - ld hl, VTiles0 tile $06 + ld hl, vTiles0 tile $06 lb bc, BANK(TradePoofGFX), $0c call Request2bpp @@ -196,12 +196,12 @@ Function1080b7: ; 1080b7 ld a, [wPlayerTrademonSpecies] ld hl, wPlayerTrademonDVs - ld de, VTiles0 tile $30 + ld de, vTiles0 tile $30 call MobileTradeAnim_GetFrontpic ld a, [wOTTrademonSpecies] ld hl, wOTTrademonDVs - ld de, VTiles2 tile $31 + ld de, vTiles2 tile $31 call MobileTradeAnim_GetFrontpic ld a, [wPlayerTrademonSpecies] @@ -225,7 +225,7 @@ Function108157: ; 108157 call ClearSprites call ClearTileMap call DisableLCD - call MobileTradeAnim_ClearVTiles + call MobileTradeAnim_ClearTiles call MobileTradeAnim_ClearBGMap call LoadStandardFont call LoadFontsBattleExtra @@ -255,16 +255,16 @@ Function108157: ; 108157 ret ; 1081ad -MobileTradeAnim_ClearVTiles: ; 1081ad +MobileTradeAnim_ClearTiles: ; 1081ad ld a, $1 ld [rVBK], a - ld hl, VTiles0 + ld hl, vTiles0 ld bc, 3 * $80 tiles xor a call ByteFill ld a, $0 ld [rVBK], a - ld hl, VTiles0 + ld hl, vTiles0 ld bc, 3 * $80 tiles xor a call ByteFill @@ -549,7 +549,7 @@ MobileTradeAnim_ShowOTMonFromTrade: ; 10839b ld a, [wOTTrademonSpecies] ld [CurPartySpecies], a ld hl, wOTTrademonDVs - ld de, VTiles2 + ld de, vTiles2 call Function108201 call EnableLCD farcall DeinitializeAllSprites @@ -616,11 +616,11 @@ MobileTradeAnim_ShowPlayerMonForGTS: ; 10842c call Function10898a call DelayFrame ld de, TradeBallGFX - ld hl, VTiles0 + ld hl, vTiles0 lb bc, BANK(TradeBallGFX), $06 call Request2bpp ld de, TradePoofGFX - ld hl, VTiles0 tile $06 + ld hl, vTiles0 tile $06 lb bc, BANK(TradePoofGFX), $0c call Request2bpp ld a, [wPlayerTrademonDVs] @@ -684,17 +684,17 @@ MobileTradeAnim_ShowOTMonFromGTS: ; 1084d7 ld a, [wOTTrademonSpecies] ld [CurPartySpecies], a ld hl, wOTTrademonDVs - ld de, VTiles2 + ld de, vTiles2 call Function108201 call EnableLCD farcall DeinitializeAllSprites call DelayFrame ld de, TradeBallGFX - ld hl, VTiles0 + ld hl, vTiles0 lb bc, BANK(TradeBallGFX), $06 call Request2bpp ld de, TradePoofGFX - ld hl, VTiles0 tile $06 + ld hl, vTiles0 tile $06 lb bc, BANK(TradePoofGFX), $0c call Request2bpp xor a @@ -753,17 +753,17 @@ MobileTradeAnim_GetOddEgg: ; 108589 ld a, [wOTTrademonSpecies] ld [CurPartySpecies], a ld hl, wOTTrademonDVs - ld de, VTiles2 + ld de, vTiles2 call Function108201 call EnableLCD farcall DeinitializeAllSprites call DelayFrame ld de, TradeBallGFX - ld hl, VTiles0 + ld hl, vTiles0 lb bc, BANK(TradeBallGFX), $06 call Request2bpp ld de, TradePoofGFX - ld hl, VTiles0 tile $06 + ld hl, vTiles0 tile $06 lb bc, BANK(TradePoofGFX), $0c call Request2bpp xor a @@ -860,12 +860,12 @@ MobileTradeAnim_10: ; 108689 ld a, $1 ld [rVBK], a ld hl, LZ_108da7 - ld de, VTiles2 + ld de, vTiles2 call Decompress ld a, $0 ld [rVBK], a ld hl, LZ_108d27 - ld de, VTiles0 tile $20 + ld de, vTiles0 tile $20 call Decompress call Function108c80 call Function108c6d @@ -904,12 +904,12 @@ MobileTradeAnim_11: ; 1086f4 ld a, $1 ld [rVBK], a ld hl, LZ_108da7 - ld de, VTiles2 + ld de, vTiles2 call Decompress ld a, $0 ld [rVBK], a ld hl, LZ_108d27 - ld de, VTiles0 tile $20 + ld de, vTiles0 tile $20 call Decompress call Function108c80 call Function108c6d @@ -1194,7 +1194,7 @@ MobileTradeAnim_0f: ; 108919 call ClearSprites call ClearTileMap call DisableLCD - call MobileTradeAnim_ClearVTiles + call MobileTradeAnim_ClearTiles call MobileTradeAnim_ClearBGMap call EnableLCD call GetMobileTradeAnimByte @@ -1223,14 +1223,14 @@ MobileTradeAnim_FadeToBlack: ; 10893d ; 10895e Function10895e: ; 10895e - ld de, VTiles0 tile $30 + ld de, vTiles0 tile $30 jr asm_108966 Function108963: - ld de, VTiles2 tile $31 + ld de, vTiles2 tile $31 asm_108966 call DelayFrame - ld hl, VTiles2 + ld hl, vTiles2 lb bc, $a, $31 ; $a is the bank of ????? call Request2bpp call WaitTop @@ -1245,7 +1245,7 @@ asm_108966 ; 10898a Function10898a: ; 10898a - ld de, VTiles2 + ld de, vTiles2 call MobileTradeAnim_GetFrontpic call WaitTop call MobileTradeAnim_ClearTilemap @@ -1297,7 +1297,7 @@ MobileTradeAnim_DisplayReceivedMon: MobileTradeAnim_DisplayEggData call WaitTop call MobileTradeAnim_ClearTilemap - ld a, HIGH(VBGMap1) + ld a, HIGH(vBGMap1) ld [hBGMapAddress + 1], a hlcoord 5, 0 ld b, 6 @@ -1320,7 +1320,7 @@ MobileTradeAnim_DisplayEggData Function108a33: ; 108a33 call WaitTop call MobileTradeAnim_ClearTilemap - ld a, HIGH(VBGMap1) + ld a, HIGH(vBGMap1) ld [hBGMapAddress + 1], a hlcoord 5, 0 ld b, 6 @@ -1340,7 +1340,7 @@ Function108a33: ; 108a33 MobileTradeAnim_LoadMonTemplate: ; 108a5b call WaitTop call MobileTradeAnim_ClearTilemap - ld a, HIGH(VBGMap1) + ld a, HIGH(vBGMap1) ld [hBGMapAddress + 1], a hlcoord 4, 0 ld b, 6 @@ -1363,7 +1363,7 @@ MobileTradeAnim_LoadMonTemplate: ; 108a5b MobileTradeAnim_MonDisplay_UpdateBGMap: ; 108a87 call WaitBGMap call WaitTop - ld a, HIGH(VBGMap0) + ld a, HIGH(vBGMap0) ld [hBGMapAddress + 1], a ret ; 108a92 @@ -1432,7 +1432,7 @@ Function108ad4: ; 108ad4 .asm_108adf ld a, $1 ld [rVBK], a - ld hl, VTiles2 tile $4a + ld hl, vTiles2 tile $4a lb bc, BANK(GFX_1092c7), 16 call Get2bpp_2 call DelayFrame @@ -1698,7 +1698,7 @@ Function108c6d: ; 108c6d debgcoord 0, 0 call Decompress ld hl, LZ_108fe7 - debgcoord 0, 0, VBGMap1 + debgcoord 0, 0, vBGMap1 call Decompress ret ; 108c80 @@ -1710,7 +1710,7 @@ Function108c80: ; 108c80 debgcoord 0, 0 call Decompress ld hl, LZ_1090a7 - debgcoord 0, 0, VBGMap1 + debgcoord 0, 0, vBGMap1 call Decompress ld a, $0 ld [rVBK], a |