From bef24a45f0249ba867a5a11f34e04c35c64cd9fa Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 8 Nov 2019 02:03:45 -0500 Subject: Document Littleroot scripts --- src/save_location.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/save_location.c') diff --git a/src/save_location.c b/src/save_location.c index 2443b3161..7a9b08a09 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; -- cgit v1.2.3