diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:32:33 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-28 13:32:33 +0100 |
| commit | 333524f0beb876ceaaed99b97f4c7dacf6466050 (patch) | |
| tree | 6c6455eab8ab252d94370ea4fb76b8e8a8dc7623 /engine/events | |
| parent | 7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (diff) | |
Lowercase v for VRAM addresses
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/celebi.asm | 4 | ||||
| -rwxr-xr-x | engine/events/field_moves.asm | 12 | ||||
| -rwxr-xr-x | engine/events/halloffame.asm | 4 | ||||
| -rwxr-xr-x | engine/events/heal_machine_anim.asm | 2 | ||||
| -rw-r--r-- | engine/events/magikarp.asm | 2 | ||||
| -rwxr-xr-x | engine/events/magnet_train.asm | 4 | ||||
| -rwxr-xr-x | engine/events/pokepic.asm | 2 | ||||
| -rw-r--r-- | engine/events/print_unown.asm | 10 |
8 files changed, 20 insertions, 20 deletions
diff --git a/engine/events/celebi.asm b/engine/events/celebi.asm index b7bf95145..1139ad3d5 100755 --- a/engine/events/celebi.asm +++ b/engine/events/celebi.asm @@ -72,11 +72,11 @@ Special_CelebiShrineEvent: ; 4989a LoadCelebiGFX: ; 49912 farcall ClearSpriteAnims ld de, SpecialCelebiLeafGFX - ld hl, VTiles1 + ld hl, vTiles1 lb bc, BANK(SpecialCelebiLeafGFX), 4 call Request2bpp ld de, SpecialCelebiGFX - ld hl, VTiles0 tile $84 + ld hl, vTiles0 tile $84 lb bc, BANK(SpecialCelebiGFX), $10 call Request2bpp xor a diff --git a/engine/events/field_moves.asm b/engine/events/field_moves.asm index 6171eea07..a1a2e2e79 100755 --- a/engine/events/field_moves.asm +++ b/engine/events/field_moves.asm @@ -22,11 +22,11 @@ BlindingFlash: ; 8c7e1 ShakeHeadbuttTree: ; 8c80a farcall ClearSpriteAnims ld de, CutGrassGFX - ld hl, VTiles1 + ld hl, vTiles1 lb bc, BANK(CutGrassGFX), 4 call Request2bpp ld de, HeadbuttTreeGFX - ld hl, VTiles1 tile $04 + ld hl, vTiles1 tile $04 lb bc, BANK(HeadbuttTreeGFX), 8 call Request2bpp call Cut_Headbutt_GetPixelFacing @@ -67,7 +67,7 @@ ShakeHeadbuttTree: ; 8c80a xor a call ByteFill ld de, Font - ld hl, VTiles1 + ld hl, vTiles1 lb bc, BANK(Font), 12 call Get1bpp call ReplaceKrisSprite @@ -141,11 +141,11 @@ OWCutAnimation: ; 8c940 .LoadCutGFX: ; 8c96d callfar ClearSpriteAnims ; pointless to farcall ld de, CutGrassGFX - ld hl, VTiles1 + ld hl, vTiles1 lb bc, BANK(CutGrassGFX), 4 call Request2bpp ld de, CutTreeGFX - ld hl, VTiles1 tile $4 + ld hl, vTiles1 tile $4 lb bc, BANK(CutTreeGFX), 4 call Request2bpp ret @@ -413,7 +413,7 @@ FlyToAnim: ; 8cb33 FlyFunction_InitGFX: ; 8cb9b (23:4b9b) callfar ClearSpriteAnims ld de, CutGrassGFX - ld hl, VTiles1 tile $00 + ld hl, vTiles1 tile $00 lb bc, BANK(CutGrassGFX), 4 call Request2bpp ld a, [CurPartyMon] diff --git a/engine/events/halloffame.asm b/engine/events/halloffame.asm index 5108306d9..f1981c2fd 100755 --- a/engine/events/halloffame.asm +++ b/engine/events/halloffame.asm @@ -249,7 +249,7 @@ AnimateHOFMonEntrance: ; 865b5 ld bc, SCREEN_WIDTH * SCREEN_HEIGHT ld a, " " call ByteFill - ld de, VTiles2 tile $31 + ld de, vTiles2 tile $31 predef GetMonBackpic ld a, $31 ld [hGraphicStartTile], a @@ -533,7 +533,7 @@ DisplayHOFMon: ; 86748 HOF_AnimatePlayerPic: ; 86810 call ClearBGPalettes - ld hl, VTiles2 tile HALLOFFAME_COLON + ld hl, vTiles2 tile HALLOFFAME_COLON ld de, FontExtra + 13 tiles ; "<COLON>" lb bc, BANK(FontExtra), 1 call Request2bpp diff --git a/engine/events/heal_machine_anim.asm b/engine/events/heal_machine_anim.asm index c7789a28d..b51976d22 100755 --- a/engine/events/heal_machine_anim.asm +++ b/engine/events/heal_machine_anim.asm @@ -72,7 +72,7 @@ HealMachineAnim: ; 12324 .LoadGFX: ; 12383 call .LoadPalettes ld de, .HealMachineGFX - ld hl, VTiles0 tile $7c + ld hl, vTiles0 tile $7c lb bc, BANK(.HealMachineGFX), $2 call Request2bpp ret diff --git a/engine/events/magikarp.asm b/engine/events/magikarp.asm index 02c4b10cd..6b5768029 100644 --- a/engine/events/magikarp.asm +++ b/engine/events/magikarp.asm @@ -79,7 +79,7 @@ Special_CheckMagikarpLength: ; fbb32 ; 0xfbbae Magikarp_LoadFeetInchesChars: ; fbbae - ld hl, VTiles2 tile "′" ; $6e + ld hl, vTiles2 tile "′" ; $6e ld de, .feetinchchars lb bc, BANK(.feetinchchars), 2 call Request2bpp diff --git a/engine/events/magnet_train.asm b/engine/events/magnet_train.asm index ba15f6525..585912391 100755 --- a/engine/events/magnet_train.asm +++ b/engine/events/magnet_train.asm @@ -134,14 +134,14 @@ MagntTrain_LoadGFX_PlayMusic: ; 8ccc9 farcall GetPlayerIcon pop af ld [rSVBK], a - ld hl, VTiles0 + ld hl, vTiles0 ld c, 4 call Request2bpp ld hl, 12 tiles add hl, de ld d, h ld e, l - ld hl, VTiles0 tile $04 + ld hl, vTiles0 tile $04 ld c, 4 call Request2bpp call MagnetTrain_InitLYOverrides diff --git a/engine/events/pokepic.asm b/engine/events/pokepic.asm index ea5b3c300..82016403b 100755 --- a/engine/events/pokepic.asm +++ b/engine/events/pokepic.asm @@ -11,7 +11,7 @@ Pokepic:: ; 244e3 ld a, [CurPartySpecies] ld [CurSpecies], a call GetBaseData - ld de, VTiles1 + ld de, vTiles1 predef GetMonFrontpic ld a, [wMenuBorderTopCoord] inc a diff --git a/engine/events/print_unown.asm b/engine/events/print_unown.asm index 7841a688b..72248a67b 100644 --- a/engine/events/print_unown.asm +++ b/engine/events/print_unown.asm @@ -15,12 +15,12 @@ UnownPrinter: ; 16be4 call ClearTileMap ld de, UnownDexATile - ld hl, VTiles1 tile $6f + ld hl, vTiles1 tile $6f lb bc, BANK(UnownDexBTile), 1 call Request1bpp ld de, UnownDexBTile - ld hl, VTiles1 tile $75 + ld hl, vTiles1 tile $75 lb bc, BANK(UnownDexBTile), 1 call Request1bpp @@ -139,7 +139,7 @@ UnownPrinter: ; 16be4 ld [CurPartySpecies], a xor a ld [wBoxAlignment], a - ld de, VTiles2 + ld de, vTiles2 predef GetMonFrontpic call .Load2bppToSRAM hlcoord 1, 6 @@ -147,7 +147,7 @@ UnownPrinter: ; 16be4 ld [hGraphicStartTile], a lb bc, 7, 7 predef PlaceGraphic - ld de, VTiles2 tile $31 + ld de, vTiles2 tile $31 farcall RotateUnownFrontpic ret @@ -184,7 +184,7 @@ UnownPrinter: ; 16be4 ld bc, $31 tiles xor a call ByteFill - ld hl, VTiles2 tile $31 + ld hl, vTiles2 tile $31 ld de, sScratch ld c, $31 ld a, [hROMBank] |
