diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-10 21:36:52 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-10 21:36:52 +0100 |
commit | c2d887617492db009694e8715ff606418c691346 (patch) | |
tree | 594d3908d0a2c0a654524f4090a02d2eed7df0e9 /data | |
parent | 431e7e7e5c390db7fa809f7e8ef1a47c0009468a (diff) |
Document PSS functions
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 2 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index d90dbf584..ce92cf388 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1673,7 +1673,7 @@ EventScript_271E0E:: @ 8271E0E checkflag FLAG_SYS_PC_LANETTE call_if 1, EventScript_271E3E msgbox gUnknown_082726A3, MSGBOX_DEFAULT - special ShowPokemonStorageSystem + special ShowPokemonStorageSystemPC waitstate goto EventScript_271DAC end diff --git a/data/specials.inc b/data/specials.inc index 080f2c042..ab8bb59ab 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -71,7 +71,7 @@ gSpecials:: @ 81DBA64 def_special ShouldTryRematchBattle def_special IsTrainerReadyForRematch def_special BattleSetup_StartRematchBattle - def_special ShowPokemonStorageSystem + def_special ShowPokemonStorageSystemPC def_special HasEnoughMonsForDoubleBattle def_special TurnOffTVScreen def_special DoTVShow |