diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-30 14:05:25 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-30 14:05:25 -0500 |
commit | 3203ad7d50f6558cba8494a4e93d095d16c5e0d2 (patch) | |
tree | 07b86dda3f2c399e6543d4dbc20e6c084b109a2b /engine/pic_animation.asm | |
parent | a1951cefc09035e11077a433b28ec8c66b3b03db (diff) |
Fix comment/style issues caused from w-izing.
Diffstat (limited to 'engine/pic_animation.asm')
-rw-r--r-- | engine/pic_animation.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pic_animation.asm b/engine/pic_animation.asm index b93a10dd2..a84c3f449 100644 --- a/engine/pic_animation.asm +++ b/engine/pic_animation.asm @@ -326,7 +326,7 @@ PokeAnim_InitPicAttributes: ; d01d6 ld [wPokeAnimPointer], a ld a, b ld [wPokeAnimPointer + 1], a -; hl contains wTileMap coords +; hl contains tilemap coords ld a, l ld [wPokeAnimCoord], a ld a, h |