Age | Commit message (Collapse) | Author |
|
|
|
|
|
ALL: Cleanup
|
|
|
|
|
|
|
|
- Cheat the Diving minigame to a win
- Get the mastermind solution
|
|
And make the pearl picking a bit less...picky.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still missing:
- Air, constantly decreasing, fill up with breathing
- Health, decreases by collision with evil fish
- Death, when health == 0
- Picking up pearls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CD1.ITK is the one CD archive file the Urban Runner scripts open
themselves in NO_CD mode. Since the PSP has extremely limited file
handles, having that archive opened twice makes the load code fail
on that device.
Hopefully, the scripts don't decide to close and not reopend CD1.ITK
in places where it's needed. A full playthrough with loading/saving
between screens (especially across CD content borders, and during
death screens) would probably be prudent.
|
|
The title music is then played from SND files instead of
MDY/TBR files (that we still don't yet support).
|
|
|
|
|
|
Changing a fish into a different fish type
|
|
|
|
|
|
Play the animation continuously or only once.
|
|
|
|
|
|
|
|
|
|
|