diff options
author | huderlem <huderlem@gmail.com> | 2019-11-07 19:55:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 19:55:19 -0600 |
commit | 1ceee6ef70a163118b67d78a9581fba443e1c13c (patch) | |
tree | a7c9a97825222145dd4488fccbd8e02e24484df8 /src/save_location.c | |
parent | 662a9915cf40c6549c04a1383e21e08533bd585d (diff) | |
parent | 4334e31a7eb22f80a2571f48ccbff458a4f2d735 (diff) |
Merge pull request #884 from GriffinRichards/doc-halloffame
Document a few towns/cities
Diffstat (limited to 'src/save_location.c')
-rw-r--r-- | src/save_location.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/save_location.c b/src/save_location.c index 2443b3161..b9d852cf3 100644 --- a/src/save_location.c +++ b/src/save_location.c @@ -129,7 +129,7 @@ void sub_81AFDA0(void) gSaveBlock2Ptr->field_A8 |= 0x8; } -void sub_81AFDD0(void) +void SetChampionSaveWarp(void) { - gSaveBlock2Ptr->specialSaveWarpFlags |= 0x80; + gSaveBlock2Ptr->specialSaveWarpFlags |= CHAMPION_SAVEWARP; } |