diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 00:23:55 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 00:23:55 -0400 |
| commit | e181c27c5e396aea254b471b182df3237eeb03ce (patch) | |
| tree | 94b5e11540c3da422e582cd814dc1fbb0a9de126 /wram.asm | |
| parent | Printer labels (diff) | |
| download | pokeyellow-e181c27c5e396aea254b471b182df3237eeb03ce.tar.gz pokeyellow-e181c27c5e396aea254b471b182df3237eeb03ce.tar.xz pokeyellow-e181c27c5e396aea254b471b182df3237eeb03ce.zip | |
Is this an OAM printer?
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |
