From 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 23 May 2016 15:52:20 -0400 Subject: Bank7 misc functions Also delete gfx/intro_nido pngs (aren't used in the build) --- wram.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 77c489f8..b8b0aa28 100755 --- a/wram.asm +++ b/wram.asm @@ -2530,7 +2530,11 @@ wPikachuMood:: ds 1 ; d470 wd472:: ds 1 wd473:: ds 1 - ds 6 + ds 1 + +wd475:: ds 1 + + ds 4 wd47a:: ds 1 @@ -2752,7 +2756,7 @@ W_ROUTE19CURSCRIPT:: ; d61d ds 1 W_ROUTE21CURSCRIPT:: ; d61e ds 1 -W_SAFARIZONEENTRANCECURSCRIPT:: ; d61f +wSafariZoneEntranceCurScript:: ; d61f ds 1 W_ROCKTUNNEL2CURSCRIPT:: ; d620 ds 1 -- cgit v1.3.1-sl0p