More usage docs

This commit is contained in:
xCrystal
2024-02-26 22:09:32 +01:00
parent 7a64a894e4
commit 34d7b5c8a1
5 changed files with 57 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ AddMapSprites:
dec a
ld c, a
ld b, 0
ld hl, OutdoorSprites
ld hl, MapSprites
add hl, bc
add hl, bc
ld a, [hli]
@@ -564,6 +564,6 @@ INCLUDE "data/sprites/emotes.asm"
INCLUDE "data/sprites/sprite_mons.asm"
INCLUDE "data/maps/outdoor_sprites.asm"
INCLUDE "data/maps/sprites.asm"
INCLUDE "data/sprites/sprites.asm"

View File

@@ -56,7 +56,7 @@ DoNextFrameForAllSprites:
jr nz, .loop
ld a, [wStateFlags]
bit 2, a
bit DONT_CLEAR_SHADOW_OAM_IN_SPRITE_ANIMS_F, a
ret nz
; Clear (wShadowOAM + [wCurSpriteOAMAddr] --> wShadowOAMEnd)