This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
pokemon_snap [2017/06/06 10:24] skeletons |
pokemon_snap [2025/10/18 21:21] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Pokémon Snap ====== | + | ====== Pokémon Snap Hacking ====== |
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| ==== Level Select ==== | ==== Level Select ==== | ||
| - | While playing, the current level ID can be found at **800AF3C0**(U). Tables of the levels script pointers can be found at **800AC03C**(U) and **800AC058**(U). The routine used for loading a level is at **800E303C**(U), where **A0** is the level ID to load. | + | While playing, the current level ID can be found at **800AF3C0**(U). Arrays of the levels script pointers can be found at **800AC03C**(U) and **800AC058**(U). The routine used for loading a level is at **800E303C**(U), where **A0** is the level ID to load. |
| ^ Value ^ Level Description ^ | ^ Value ^ Level Description ^ | ||
| Line 159: | Line 159: | ||
| //END | //END | ||
| - | |||
| - | //Documented by Skelux.// | ||