From 2c41ada0776025dfc2ed8e7f3c2962d3d2fe129c Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Sat, 20 Feb 2021 00:12:28 +0000 Subject: Map event tilemaps --- src/wram.asm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/wram.asm') diff --git a/src/wram.asm b/src/wram.asm index 7ad068b..9a6dffb 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -28,7 +28,7 @@ NEXTU ; before $ef is initialized to 0 when starting decompression. wDecompressionSecondaryBuffer:: ; c000 ds $ef -wDecompressionSecondaryBufferStart:: ; ; c0ef +wDecompressionSecondaryBufferStart:: ; c0ef ds $11 ENDU @@ -2246,8 +2246,12 @@ wCurOWFrameDuration:: ; d321 wNumLoadedFramesetSubgroups:: ; d322 ds $1 -wd323:: ; d323 - ds $b +; holds the current state of each event +; each corresponding to a MAP_EVENT_* constant +; if $0, doors are closed / deck machines are deactivated +; if $1, doors are open / deck machines are activated +wOWMapEvents:: ; d323 + ds NUM_MAP_EVENTS ; the OWMAP_* value for the current overworld map selection wOverworldMapSelection:: ; d32e -- cgit v1.2.3