From 0d133430e5a6258b1b2496378243f29c62723b32 Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Wed, 29 Sep 2021 09:08:48 +0100 Subject: Fix typo in unused_save_validation.asm --- src/engine/unused_save_validation.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/unused_save_validation.asm b/src/engine/unused_save_validation.asm index 9a30d38..f26bbcb 100644 --- a/src/engine/unused_save_validation.asm +++ b/src/engine/unused_save_validation.asm @@ -2,7 +2,7 @@ ; sUnusedSaveDataValidationByte would be used to store some validation byte ; and xor'd with $250 bytes in SRAM starting from sCardCollection ; if the result wasn't 0, then it would mean there was -; some save corrpution and an error message would pop up +; some save corruption and an error message would pop up StubbedUnusedSaveDataValidation: ret -- cgit v1.2.3