start fldeffect cut

This commit is contained in:
DizzyEggg
2018-06-16 00:45:48 +02:00
parent 0c8cfc2297
commit 7ea5dd7923
15 changed files with 678 additions and 1360 deletions

View File

@@ -11,8 +11,8 @@ bool8 SetUpFieldMove_Teleport(void)
{
if (Overworld_MapTypeAllowsTeleportAndFly(gMapHeader.mapType) == TRUE)
{
gUnknown_03005DB0 = FieldCallback_Teleport;
gUnknown_0203CEEC = hm_teleport_run_dp02scr;
gFieldCallback2 = FieldCallback_PrepareFadeInFromMenu;
gPostMenuFieldCallback = hm_teleport_run_dp02scr;
return TRUE;
}
return FALSE;