shithub: pokered

Download patch

ref: 30acb46b988d4bb54af761696123778acd8517e3
parent: 2c4f35848b786864822a3f211df91de30a2857c9
author: Amber Brault <celestialamber1@gmail.com>
date: Sun Sep 26 18:57:55 EDT 2021

Fix typos (#334)


--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -3337,7 +3337,7 @@
 
 .HeldInPlaceCheck
 	ld a, [wEnemyBattleStatus1]
-	bit USING_TRAPPING_MOVE, a ; is enemy using a mult-turn move like wrap?
+	bit USING_TRAPPING_MOVE, a ; is enemy using a multi-turn move like wrap?
 	jp z, .FlinchedCheck
 	ld hl, CantMoveText
 	call PrintText
--- a/home/vcopy.asm
+++ b/home/vcopy.asm
@@ -127,7 +127,7 @@
 	ld a, h
 	ldh [hSPTemp], a
 	ld a, l
-	ldh [hSPTemp + 1], a ; save stack pinter
+	ldh [hSPTemp + 1], a ; save stack pointer
 	ldh a, [hAutoBGTransferPortion]
 	and a
 	jr z, .transferTopThird