diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-29 01:31:46 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-29 01:31:46 -0700 |
| commit | da0a72cdbf45fa624b2d1151afe94a98d7da2ae0 (patch) | |
| tree | abf5310b19ccf0fb7195158abbc4792dc995253b /engine/overworld/healing_machine.asm | |
| parent | VRAM constants. (diff) | |
| download | pokeyellow-da0a72cdbf45fa624b2d1151afe94a98d7da2ae0.tar.gz pokeyellow-da0a72cdbf45fa624b2d1151afe94a98d7da2ae0.tar.xz pokeyellow-da0a72cdbf45fa624b2d1151afe94a98d7da2ae0.zip | |
Use VRAM constants where applicable.
Diffstat (limited to 'engine/overworld/healing_machine.asm')
| -rwxr-xr-x | engine/overworld/healing_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm index 1dcb5054..f9636fcb 100755 --- a/engine/overworld/healing_machine.asm +++ b/engine/overworld/healing_machine.asm @@ -1,6 +1,6 @@ AnimateHealingMachine: ; 70433 (1c:4433) ld de, PokeCenterFlashingMonitorAndHealBall ; $44b7 - ld hl, $87c0 + ld hl, vChars0 + $7c0 ld bc, (BANK(PokeCenterFlashingMonitorAndHealBall) << 8) + $03 call CopyVideoData ld hl, wcfcb |
