mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Merge pull request #571 from Rangi42/master
Apply SPRITE_GFX_LIST_CAPACITY to wUsedSprites
This commit is contained in:
commit
45f70b24d1
@ -41,6 +41,8 @@ HP_RED EQU 2
|
|||||||
SPRITEOAMSTRUCT_LENGTH EQU const_value
|
SPRITEOAMSTRUCT_LENGTH EQU const_value
|
||||||
NUM_SPRITE_OAM_STRUCTS EQU 40 ; see wVirtualOAM
|
NUM_SPRITE_OAM_STRUCTS EQU 40 ; see wVirtualOAM
|
||||||
|
|
||||||
|
SPRITE_GFX_LIST_CAPACITY EQU 32 ; see wUsedSprites
|
||||||
|
|
||||||
; PokeAnims indexes (see engine/gfx/pic_animation.asm)
|
; PokeAnims indexes (see engine/gfx/pic_animation.asm)
|
||||||
const_def
|
const_def
|
||||||
const ANIM_MON_SLOW
|
const ANIM_MON_SLOW
|
||||||
|
@ -99,6 +99,4 @@ const_value = -1
|
|||||||
const SPAWN_FAST_SHIP
|
const SPAWN_FAST_SHIP
|
||||||
NUM_SPAWNS EQU const_value
|
NUM_SPAWNS EQU const_value
|
||||||
|
|
||||||
; outdoor sprite limits (see engine/overworld/overworld.asm)
|
MAX_OUTDOOR_SPRITES EQU 23 ; see engine/overworld/overworld.asm
|
||||||
MAX_OUTDOOR_SPRITES EQU 23
|
|
||||||
SPRITE_GFX_LIST_CAPACITY EQU $20
|
|
||||||
|
Loading…
Reference in New Issue
Block a user