From e181c27c5e396aea254b471b182df3237eeb03ce Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 8 Jun 2016 00:23:55 -0400 Subject: Is this an OAM printer? --- wram.asm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index a64a30c0..cb60a9b5 100755 --- a/wram.asm +++ b/wram.asm @@ -531,7 +531,9 @@ wYellowIntroSurfingPikaSineWaveBuffer:: ; c800 ; ds $100 ds $10 wc810:: ; c810 - ds $f0 + ds $20 +wc830:: ; c830 + ds $d0 ; c900 ds $70 @@ -565,7 +567,16 @@ wPrinterPokedexEntryTextPointer:: ; caf5 dw ds 2 wPrinterPokedexMonIsOwned:: ; caf9 - ds 259 + ds 227 + +wcbdc:: ; cbdc + ds 14 + +wcbea:: ; cbea + ds 2 + +wcbec:: ; cbec + ds 16 wRedrawRowOrColumnSrcTiles:: ; cbfc ; the tiles of the row or column to be redrawn by RedrawRowOrColumn -- cgit v1.3.1-sl0p