diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-12-17 15:56:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 15:56:19 -0500 |
| commit | b1ae1098d06d9865c767471e539fa65f77101aaa (patch) | |
| tree | 4b6d8fc9c449169705e224508a8d5e238fda18ab /engine/dumps | |
| parent | 9352a537c39471410314be76cf866e058a9349bf (diff) | |
| parent | 37e60a9457643720dae714f8d2df0cf5ad31d919 (diff) | |
Merge pull request #84 from ZoomTen/pikachu-minigame
Disassemble opening cutscene, Game Freak intro, and Pikachu minigame
Diffstat (limited to 'engine/dumps')
| -rwxr-xr-x | engine/dumps/bank02.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engine/dumps/bank02.asm b/engine/dumps/bank02.asm index 97590e4..1db4285 100755 --- a/engine/dumps/bank02.asm +++ b/engine/dumps/bank02.asm @@ -1150,8 +1150,8 @@ Function886a: ld hl, vChars0 + $40 lb bc, BANK(GoldSpriteGFX), $04 call Request2bpp - ld de, $0000 - ld a, $41 + depixel 0, 0 + ld a, SPRITE_ANIM_INDEX_41 call InitSpriteAnimStruct ld hl, $0003 add hl, bc @@ -1188,8 +1188,8 @@ Function88b3: ld hl, vChars0 + $c0 lb bc, BANK(PidgeySpriteGFX), $04 call Request2bpp - ld de, $0000 - ld a, $41 + depixel 0, 0 + ld a, SPRITE_ANIM_INDEX_41 call InitSpriteAnimStruct ld hl, $0003 add hl, bc @@ -1443,8 +1443,8 @@ Function8c21: ld hl, wTileMapBackup ld [hli], a ld [hl], $7c - ld de, $241c - ld a, $44 + depixel 4, 3, 4, 4 + ld a, SPRITE_ANIM_INDEX_44 call InitSpriteAnimStruct call Function8c1c ret @@ -1568,8 +1568,8 @@ Function8cb7: ld hl, Text91c2 call PrintText call WaitBGMap - ld de, $4c23 - ld a, $44 + depixel 9, 4, 4, 3 + ld a, SPRITE_ANIM_INDEX_44 call InitSpriteAnimStruct ld hl, $0002 add hl, bc @@ -1577,8 +1577,8 @@ Function8cb7: ld hl, $0003 add hl, bc ld [hl], $7c - ld de, $4030 - ld a, $4b + depixel 8, 6 + ld a, SPRITE_ANIM_INDEX_4B call InitSpriteAnimStruct ld hl, $0003 add hl, bc @@ -2486,19 +2486,19 @@ Function9604: ld [hl], e ret -Function962d: +LoadMagikarpPalettes_Intro: ld hl, Data997c jp Function964b -Function9633: +LoadForestPalettes2_Intro: ld hl, Data986c jp Function964b -Function9639: +LoadVenusaurPalettes_Intro: ld hl, Data99ac jp Function964b -Function963f: +LoadCharizardPalettes_Intro: ld hl, Data99bc jp Function964b |
