Prev: 71EC Up: Map Next: 7208
71EF: Table: Frog Jump Height
Jump height lookup table. Each entry is the Y offset from ground level for one step of the frog's jump arc. The values rise to a peak of 22 at the midpoint then fall back to 00 forming a smooth parabolic arc over 18 steps.
Table_FrogJumpHeight 71EF DEFB $05,$08,$0B,$0E,$10,$12,$16,$18,$1B,$1D,$20,$21
71FB DEFB $22
71FC DEFB $21,$20,$1D,$1B,$18,$16,$12,$10,$0E,$0B,$08,$05
Prev: 71EC Up: Map Next: 7208