diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-29 09:08:48 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-29 09:08:48 +0100 |
commit | 0d133430e5a6258b1b2496378243f29c62723b32 (patch) | |
tree | e5337b43a3a2b40683e15bd36a7804d46d4c8b02 | |
parent | 50ac342dc60b4b1b4e61d70780c39caf9db97589 (diff) |
Fix typo in unused_save_validation.asm
-rw-r--r-- | src/engine/unused_save_validation.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |