diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 19:20:47 -0400 |
| commit | 2187d8d8af1ff2372610806539c245657639cf85 (patch) | |
| tree | 469560dc74056db9ac53f04b9970c35b2da54b0d /engine/overworld/healing_machine.asm | |
| parent | Attempt to make Yellow Buildable, part 5 (diff) | |
| download | pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.gz pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.xz pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.zip | |
Attempt to make Yellow buildable, part 6.
Diffstat (limited to 'engine/overworld/healing_machine.asm')
| -rwxr-xr-x | engine/overworld/healing_machine.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm index 09abf779..eb23c80c 100755 --- a/engine/overworld/healing_machine.asm +++ b/engine/overworld/healing_machine.asm @@ -29,7 +29,7 @@ AnimateHealingMachine: ; 7048b (1c:448b) ld b, a .asm_704c4 call Func_7055a - ld a, (SFX_02_4a - SFX_Headers_02) / 3 + ld a, $9e ; (SFX_02_4a - SFX_Headers_02) / 3 call PlaySound ld c, $1e call DelayFrames @@ -41,17 +41,17 @@ AnimateHealingMachine: ; 7048b (1c:448b) jr nz, .asm_704e6 call StopAllMusic call PlaySound - ld a, BANK(Music_PkmnHealed) + ld a, $2 ; BANK(Music_PkmnHealed) ld [wc0ef], a .asm_704e6 - ld a, MUSIC_PKMN_HEALED + ld a, $e8 ; MUSIC_PKMN_HEALED ld [wc0ee], a call PlaySound ld d, $28 call FlashSprite8Times .asm_704f3 ld a, [wc026] - cp MUSIC_PKMN_HEALED + cp $e8 ; MUSIC_PKMN_HEALED jr z, .asm_704f3 ld c, $20 call DelayFrames |
