mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 23:01:43 -04:00
the rest of the portal types (2 unknown to me)
This commit is contained in:
@@ -122,9 +122,9 @@ void sub_0808C01C(JarPortalEntity* this, u32 r1) {
|
||||
gArea.portal_x = super->x.HALF.HI;
|
||||
gArea.portal_y = super->y.HALF.HI;
|
||||
gArea.portal_exit_dir = 2;
|
||||
type = PT_POT;
|
||||
type = PT_JAR;
|
||||
if (r1 != 0)
|
||||
type = 2;
|
||||
type = PT_2;
|
||||
gArea.portal_type = type;
|
||||
if (r1 == 1) {
|
||||
if ((gPlayerState.flags & PL_USE_PORTAL) && (gPlayerState.jump_status == 0)) {
|
||||
|
||||
Reference in New Issue
Block a user