diff options
author | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
commit | 7b7c563c93155e121e05149779cfb78b0bf9d259 (patch) | |
tree | 314cf9047bd6266cd261746949332f959e5878db /engine/battle/1c.asm | |
parent | 3870f5e10a1e17f35c78b176272df6b1f516f24e (diff) |
Rename some labels
Diffstat (limited to 'engine/battle/1c.asm')
-rwxr-xr-x | engine/battle/1c.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/battle/1c.asm b/engine/battle/1c.asm index 2e360e65..ce0296f7 100755 --- a/engine/battle/1c.asm +++ b/engine/battle/1c.asm @@ -1,4 +1,5 @@ -DoGhostMarowakRevelationAnimation: ; 708ca (1c:48ca) +MarowakAnim: ; 708ca (1c:48ca) +; animate the ghost being unveiled as a Marowak ld a, $e4 ld [rOBP1], a call CopyMonPicFromBGToSpriteVRAM ; cover the BG ghost pic with a sprite ghost pic that looks the same |