summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-09-29 09:08:48 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-09-29 09:08:48 +0100
commit0d133430e5a6258b1b2496378243f29c62723b32 (patch)
treee5337b43a3a2b40683e15bd36a7804d46d4c8b02
parent50ac342dc60b4b1b4e61d70780c39caf9db97589 (diff)
Fix typo in unused_save_validation.asm
-rw-r--r--src/engine/unused_save_validation.asm2
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