diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-16 12:33:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-16 12:33:46 -0400 |
| commit | f8915246a77a4453135ac3a4e6a61c098d557451 (patch) | |
| tree | 86e1c2ea6ab19994fbdcb6e86b59071bb6c7c0cc /data/scripts | |
| parent | 2c7387951ba78349712d891ca71b55db4d0ec96e (diff) | |
| parent | db3e992fc3de6a212752aa1a4148ee42414f2322 (diff) | |
Merge pull request #302 from PikalaxALT/pokemon_storage_system
Pokemon storage system
Diffstat (limited to 'data/scripts')
| -rw-r--r-- | data/scripts/pc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/pc.inc b/data/scripts/pc.inc index 0c71b9c76..a3190ea26 100644 --- a/data/scripts/pc.inc +++ b/data/scripts/pc.inc @@ -48,7 +48,7 @@ EventScript_AccessPokemonStorage:: @ 81A6A05 call_if_unset FLAG_SYS_NOT_SOMEONES_PC, EventScript_AccessSomeonesPC call_if_set FLAG_SYS_NOT_SOMEONES_PC, EventScript_AccessBillsPC msgbox Text_OpenedPkmnStorage - special ShowPokemonStorageSystem + special ShowPokemonStorageSystemPC waitstate setvar VAR_0x8004, HELPCONTEXT_PC special Script_SetHelpContext |
