From 2b04d74828f8a726e5c836a28f41245d741c9347 Mon Sep 17 00:00:00 2001 From: jidoc01 Date: Mon, 7 Oct 2019 17:37:35 +0200 Subject: Add new wram variables Added wd42b and wd4bf. --- src/wram.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wram.asm b/src/wram.asm index 10de938..8e1de6b 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2177,7 +2177,10 @@ wAnimationQueue:: ; d423 wd42a:: ; d42a ds $1 - ds $81 +wd42b:: ; d42b + ds $1 + + ds $80 wd4ac:: ; d4ac ds $1 @@ -2199,6 +2202,7 @@ wd4b0:: ; d4b0 wd4be:: ; d4be ds $1 +wd4bf:: ; d4bf ds $1 wd4c0:: ; d4c0 -- cgit v1.2.3