diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-25 19:24:37 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-25 19:24:37 -0400 |
| commit | 8589bc7d9d4f39b5a9b3b4f050932f4afa0454b5 (patch) | |
| tree | b56ec79cfbcb2861441638fa4ac09370c0d5fe50 | |
| parent | Move stuff around and disassemble a random function (diff) | |
| download | pokeyellow-8589bc7d9d4f39b5a9b3b4f050932f4afa0454b5.tar.gz pokeyellow-8589bc7d9d4f39b5a9b3b4f050932f4afa0454b5.tar.xz pokeyellow-8589bc7d9d4f39b5a9b3b4f050932f4afa0454b5.zip | |
Trim bank 3E and disassemble another random function
| -rwxr-xr-x | main.asm | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -965,7 +965,15 @@ PlayIntroScene: ; f982d (3e:582d) YellowIntroGraphics: INCBIN "gfx/yellow_intro.2bpp" - dr $fbb5a,$fc000 +Func_fbb5a: + ld hl, wTileMapBackup + ld bc, 10 * SCREEN_WIDTH + xor a + call FillMemory + ret + +Func_fbb65: + dr $fbb65,$fbd76 SECTION "bank3F",ROMX,BANK[$3F] |
