DrawMonCaptureAnimation: ; 0x17c67 ld a, [wCapturingMon] and a ret z ld a, $50 ld hl, hSCX sub [hl] ld b, a ld a, $38 ld hl, hSCY sub [hl] ld c, a ld a, [wBallCaptureAnimationFrame] ld e, a ld d, $0 ld hl, BallCaptureAnimationOAMIds add hl, de ld a, [hl] call LoadOAMData ret BallCaptureAnimationOAMIds: db $19, $1A, $1B, $1C, $1D, $1E, $1F, $20, $21, $22, $23, $24, $25 DrawAnimatedMon_RedStage: ; 0x17c96 ld a, [wWildMonIsHittable] and a ret z ld a, $50 ld hl, hSCX sub [hl] ld b, a ld a, $3e ld hl, hSCY sub [hl] ld c, a ld a, [wCurrentAnimatedMonSpriteFrame] ld e, a ld d, $0 ld hl, AnimatedMonOAMIds_RedStage add hl, de ld a, [hl] call LoadOAMData ret AnimatedMonOAMIds_RedStage: db $26, $27, $28, $29, $2A, $2B, $2C, $2D, $2E, $2F, $30, $31