diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-05 15:18:40 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-05 15:18:40 -0400 |
| commit | c9a3048c33b59e25775e90bb707630ddbf978f71 (patch) | |
| tree | b5ed448edbdbf130c4ced9e2a4cd90e16ae547b5 /wram.asm | |
| parent | This looks like Gen 2's object animation engine (diff) | |
| download | pokeyellow-c9a3048c33b59e25775e90bb707630ddbf978f71.tar.gz pokeyellow-c9a3048c33b59e25775e90bb707630ddbf978f71.tar.xz pokeyellow-c9a3048c33b59e25775e90bb707630ddbf978f71.zip | |
Split bank 3e
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
