diff options
Diffstat (limited to 'src/save_location.c')
-rw-r--r-- | src/save_location.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/save_location.c b/src/save_location.c index b9d852cf3..62f574300 100644 --- a/src/save_location.c +++ b/src/save_location.c @@ -118,6 +118,8 @@ void TrySetMapSaveWarpStatus(void) sub_81AFD5C(); } +// Called when receiving the Pokedex +// Only place field_A8 is written (aside from clearing on new game), never read void sub_81AFDA0(void) { gSaveBlock2Ptr->field_A8 |= 0x8000; |