From c9a3048c33b59e25775e90bb707630ddbf978f71 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sun, 5 Jun 2016 15:18:40 -0400 Subject: Split bank 3e --- wram.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index be995089..541397d1 100755 --- a/wram.asm +++ b/wram.asm @@ -408,7 +408,7 @@ wc634:: ; c634 ds 1 wc635:: ; c635 ds 1 -wc636:: ; c636 +wYellowIntroAnimatedObjectStructPointer:: ; c636 ds 2 ; c638 @@ -426,7 +426,9 @@ wc700:: ; c700 wc710:: ; c710 ds $f0 wc800:: ; c800 - ds $178 + ds $10 +wc810:: ; c810 + ds $168 wPrinterTileBuffer:: ; c978 ds SCREEN_HEIGHT * SCREEN_WIDTH -- cgit v1.3.1-sl0p