![]() |
Game status buffer |
| Prev: 29164 | Up: Map | Next: 29192 |
|
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 34 at the midpoint then fall back to 0 forming a smooth parabolic arc over 24 steps.
|
||||
| Table_FrogJumpHeight | 29167 | DEFB 5,8,11,14,16,18,22,24,27,29,32,33 | ||
| 29179 | DEFB 34 | |||
| 29180 | DEFB 33,32,29,27,24,22,18,16,14,11,8,5 | |||
| Prev: 29164 | Up: Map | Next: 29192 |