From 1da2a7a5c4cf4e0aa19218c9a1afa4a1e1e39ec0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 8 Jul 2013 01:35:41 -0400 Subject: Outdoor sprites and sprite constants --- wram.asm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 2d4028da4..b7a610ba4 100644 --- a/wram.asm +++ b/wram.asm @@ -1082,6 +1082,10 @@ CurPartyLevel: ; d143 ds 1 +SECTION "UsedSprites",BSS[$d154] +UsedSprites: ; d154 + ds 32 + SECTION "connections",BSS[$d1a9] MapConnections: @@ -1658,6 +1662,11 @@ OBJECT_LENGTH EQU $10 ds OBJECT_LENGTH * NUM_OBJECTS +SECTION "VariableSprites",BSS[$d82e] +VariableSprites: ; d82e + ds $10 + + SECTION "Status",BSS[$d841] TimeOfDayPal: ; d841 ds 1 @@ -1985,7 +1994,7 @@ BreedMon1Nick: ; def6 BreedMon1OT: ; df01 ds 11 BreedMon1Stats: -Breedmon1Species: ; df0c +BreedMon1Species: ; df0c ds 1 ds 31 -- cgit v1.2.3