diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-19 12:17:16 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-25 15:46:07 -0500 |
commit | 44c9109c2a04fbbf01268f53f0f4a57174563fb1 (patch) | |
tree | c219f4d483b74e9dceaa61df540227b6ecd9451c /data/scripts/pc.inc | |
parent | 71fec599bbe144af8d4a16e98ec32454fd10a4a8 (diff) |
Document Pallet Town scripts
Diffstat (limited to 'data/scripts/pc.inc')
-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 6e266bdfc..6dc544270 100644 --- a/data/scripts/pc.inc +++ b/data/scripts/pc.inc @@ -90,7 +90,7 @@ EventScript_AccessProfOaksPC:: @ 81A6A7A compare VAR_RESULT, NO goto_if_eq EventScript_ExitOaksPC setflag FLAG_OAKS_RATING_IS_VIA_PC - call ProfOak_EventScript_RatePokedex + call PokedexRating_EventScript_Rate clearflag FLAG_OAKS_RATING_IS_VIA_PC goto EventScript_ExitOaksPC end |