diff options
author | Marcus Huderle <huderlem@gmail.com> | 2013-12-24 11:40:04 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2013-12-24 11:40:04 -0600 |
commit | 2a7f3eb23c23f29ebbe6ce37a64d08ebc472fc67 (patch) | |
tree | d66573b7ddf4f5422c333089b3a4b4e07a65deb8 /main.asm | |
parent | c9dc151d196def131d4c4fc894fb7e7f8befc09e (diff) |
Fly animation screen coordinates INCBIN.
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -103262,13 +103262,27 @@ Func_70510: ; 70510 (1c:4510) ld a, $c ld [hli], a ld [hl], $8 - ld de, Unknown_70592 ; $4592 + ld de, FlyAnimationEnterScreenCoords ; $4592 call Func_706ae call LoadPlayerSpriteGraphics jr .asm_70558 -Unknown_70592: ; 70592 (1c:4592) -INCBIN "baserom.gbc",$70592,$705aa - $70592 +FlyAnimationEnterScreenCoords: ; 70592 (1c:4592) +; y, x pairs +; This is the sequence of screen coordinates used by the overworld +; Fly animation when the player is entering a map. + db $05, $98 + db $0F, $90 + db $18, $88 + db $20, $80 + db $27, $78 + db $2D, $70 + db $32, $68 + db $36, $60 + db $39, $58 + db $3B, $50 + db $3C, $48 + db $3C, $40 Func_705aa: ; 705aa (1c:45aa) ld hl, wWhichTrade ; $cd3d |