diff options
| author | dannye <33dannye@gmail.com> | 2021-04-30 14:03:34 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-04-30 14:03:34 -0500 |
| commit | 0cbd5acb76d0f5df35ebf529bd227c201e0b3115 (patch) | |
| tree | fcc3124631cbbc05d3f4df670d13e5f2a3e02e59 /constants/gfx_constants.asm | |
| parent | pokered -> pokeyellow (diff) | |
| parent | Use {interpolation} to generate sequences of RAM labels (diff) | |
| download | pokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.tar.gz pokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.tar.xz pokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'constants/gfx_constants.asm')
| -rw-r--r-- | constants/gfx_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 099ff2d7..e6290c8a 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -22,6 +22,9 @@ HP_BAR_GREEN EQU 0 HP_BAR_YELLOW EQU 1 HP_BAR_RED EQU 2 +; wOAMBuffer +NUM_SPRITE_OAM_STRUCTS EQU 40 + ; hAutoBGTransferEnabled TRANSFERTOP EQU 0 TRANSFERMIDDLE EQU 1 |
