Make it possible to remove pokegear phone/worldmap

This commit is contained in:
JappaWakka 2024-05-18 17:18:23 +02:00
parent 6c065abfdd
commit 7ea152fbe5
1 changed files with 6 additions and 2 deletions

View File

@ -61,11 +61,15 @@
End If
End If
FunctionList.Add("Phone")
If ActionScript.IsRegistered("pokegear_remove_phone") = False Then
FunctionList.Add("Phone")
End If
If ActionScript.IsRegistered("pokegear_card_radio") = True Or GameController.IS_DEBUG_ACTIVE = True Then
FunctionList.Add("Radio")
End If
FunctionList.Add("Worldmap")
If ActionScript.IsRegistered("pokegear_remove_worldmap") = False Then
FunctionList.Add("Worldmap")
End If
If ActionScript.IsRegistered("pokegear_card_minimap") = True Or GameController.IS_DEBUG_ACTIVE = True Then
FunctionList.Add("Minimap")
End If