Skip to content

Commit

Permalink
wSpritesEnd -> wVirtualOAMEnd.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckytyphlosion committed Jan 30, 2018
1 parent 0b45e2e commit 4a3384a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions engine/battle_anims/anim_commands.asm
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ endr

.delete
ld hl, wVirtualOAM
ld c, wSpritesEnd - wVirtualOAM
ld c, wVirtualOAMEnd - wVirtualOAM
xor a
.loop2
ld [hli], a
Expand Down Expand Up @@ -1502,7 +1502,7 @@ BattleAnim_UpdateOAM_All: ; cc96e
ld h, HIGH(wVirtualOAM)
.loop2
ld a, l
cp LOW(wSpritesEnd)
cp LOW(wVirtualOAMEnd)
jr nc, .done
xor a
ld [hli], a
Expand Down
2 changes: 1 addition & 1 deletion engine/events/celebi.asm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endr
dec c
jr nz, .OAMloop
ld hl, wVirtualOAMSprite04
ld bc, wSpritesEnd - wVirtualOAMSprite04
ld bc, wVirtualOAMEnd - wVirtualOAMSprite04
xor a
call ByteFill
ret
Expand Down
4 changes: 2 additions & 2 deletions engine/events/field_moves.asm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ShakeHeadbuttTree: ; 8c80a
ld [hBGMapMode], a
farcall ClearSpriteAnims
ld hl, wVirtualOAMSprite36
ld bc, wSpritesEnd - wVirtualOAMSprite36
ld bc, wVirtualOAMEnd - wVirtualOAMSprite36
xor a
call ByteFill
ld de, Font
Expand Down Expand Up @@ -405,7 +405,7 @@ endr
dec c
jr nz, .OAMloop
ld hl, wVirtualOAMSprite04
ld bc, wSpritesEnd - wVirtualOAMSprite04
ld bc, wVirtualOAMEnd - wVirtualOAMSprite04
xor a
call ByteFill
ret
Expand Down
4 changes: 2 additions & 2 deletions engine/map_objects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ _UpdateSprites:: ; 5920
.fill
ld a, [wVramState]
bit 1, a
ld b, LOW(wSpritesEnd)
ld b, LOW(wVirtualOAMEnd)
jr z, .ok
ld b, 28 * SPRITEOAMSTRUCT_LENGTH
.ok
Expand Down Expand Up @@ -3047,7 +3047,7 @@ InitSprites: ; 5991
ld a, [hli]
ld [hUsedSpriteTile], a
add c
cp LOW(wSpritesEnd)
cp LOW(wVirtualOAMEnd)
jr nc, .full
.addsprite
ld a, [hFFC0]
Expand Down
8 changes: 4 additions & 4 deletions engine/pokegear.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ Pokedex_GetArea: ; 91d11
.copy_sprites
hlcoord 0, 0
ld de, wVirtualOAM
ld bc, wSpritesEnd - wVirtualOAM
ld bc, wVirtualOAMEnd - wVirtualOAM
call CopyBytes
ret

Expand Down Expand Up @@ -2656,7 +2656,7 @@ Pokedex_GetArea: ; 91d11
.done_nest
ld hl, wVirtualOAM
decoord 0, 0
ld bc, wSpritesEnd - wVirtualOAM
ld bc, wVirtualOAMEnd - wVirtualOAM
call CopyBytes
ret

Expand Down Expand Up @@ -2701,7 +2701,7 @@ Pokedex_GetArea: ; 91d11

.clear_oam
ld hl, wVirtualOAMSprite04
ld bc, wSpritesEnd - wVirtualOAMSprite04
ld bc, wVirtualOAMEnd - wVirtualOAMSprite04
xor a
call ByteFill
ret
Expand Down Expand Up @@ -2742,7 +2742,7 @@ Pokedex_GetArea: ; 91d11

.clear
ld hl, wVirtualOAM
ld bc, wSpritesEnd - wVirtualOAM
ld bc, wVirtualOAMEnd - wVirtualOAM
xor a
call ByteFill
scf
Expand Down
6 changes: 3 additions & 3 deletions engine/sprites.asm
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ DoNextFrameForAllSprites: ; 8cf7a
ld l, a
ld h, HIGH(wVirtualOAM)

.loop2 ; Clear (wVirtualOAM + [wCurrSpriteOAMAddr] --> wSpritesEnd)
.loop2 ; Clear (wVirtualOAM + [wCurrSpriteOAMAddr] --> wVirtualOAMEnd)
ld a, l
cp LOW(wSpritesEnd)
cp LOW(wVirtualOAMEnd)
jr nc, .done
xor a
ld [hli], a
Expand Down Expand Up @@ -302,7 +302,7 @@ UpdateAnimFrame: ; 8d04c
inc de
ld a, e
ld [wCurrSpriteOAMAddr], a
cp LOW(wSpritesEnd)
cp LOW(wVirtualOAMEnd)
jr nc, .reached_the_end
dec c
jr nz, .loop
Expand Down
2 changes: 1 addition & 1 deletion home.asm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ INCLUDE "home/double_speed.asm"
ClearSprites:: ; 300b
; Erase OAM data
ld hl, wVirtualOAM
ld b, wSpritesEnd - wVirtualOAM
ld b, wVirtualOAMEnd - wVirtualOAM
xor a
.loop
ld [hli], a
Expand Down
2 changes: 1 addition & 1 deletion wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ wVirtualOAMSprite36:: sprite_oam_struct wVirtualOAMSprite36
wVirtualOAMSprite37:: sprite_oam_struct wVirtualOAMSprite37
wVirtualOAMSprite38:: sprite_oam_struct wVirtualOAMSprite38
wVirtualOAMSprite39:: sprite_oam_struct wVirtualOAMSprite39
wSpritesEnd::
wVirtualOAMEnd::


SECTION "Tilemap", WRAM0
Expand Down

0 comments on commit 4a3384a

Please sign in to comment.