pokered/constants/wram_constants.asm

8 lines
141 B
NASM
Raw Normal View History

SPRITEBUFFERSIZE EQU 7*7 * 8 ; 7 * 7 (tiles) * 8 (bytes per tile)
; Overload enemy party data
W_WATERRATE EQU $d8a4
W_WATERMONS EQU $d8a5