From 751b28d4fee472af4d0de83ef22a1f11ec6fade6 Mon Sep 17 00:00:00 2001 From: Andrew Martinek Date: Sun, 15 Sep 2019 21:55:11 -0400 Subject: Lots of NPC data, some temp. comments on mapdatapointers --- src/wram.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wram.asm') diff --git a/src/wram.asm b/src/wram.asm index cee7340..7ae9e59 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1900,6 +1900,7 @@ wd12f:: ; d12f wd130:: ; d130 ds $1 +; current screen, at least for some purpose -- changed multiple times on loads and changes when screen changes in battle? wd131:: ; d131 ds $1 @@ -2210,6 +2211,7 @@ wd4c2:: ; d4c2 wd4c3:: ; d4c3 ds $1 +; these next 3 seem to be an address (bank @ end) for copying bg data wd4c4:: ; d4c4 ds $1 -- cgit v1.2.3