shithub: pokered

Download patch

ref: 0b372300a0e80a6127fb863d4705de36c3fef958
parent: 64d03ff5d5ab369bcb36a7fdbc8531cf0346b3fc
author: Bryan Bishop <kanzure@gmail.com>
date: Sun Jan 22 09:41:47 EST 2012

jp $24D7 -> jp TextScriptEnd

hg-commit-id: 20b61588eaa7


--- a/common.asm
+++ b/common.asm
@@ -10107,7 +10107,7 @@
 	ld hl,OakWalksUpText
 .done\@
 	call PrintText
-	jp $24D7
+	jp TextScriptEnd
 
 OakAppearsText:
 	TX_FAR _OakAppearsText
@@ -10121,7 +10121,7 @@
 	call Predef ; display ! over head
 	ld a,4
 	ld [$D528],a
-	jp $24D7
+	jp TextScriptEnd
 
 OakWalksUpText:
 	TX_FAR _OakWalksUpText
@@ -11503,7 +11503,7 @@
 	ld hl,DaisyBagFullText
 	call PrintText
 .done\@
-	jp $24D7
+	jp TextScriptEnd
 
 DaisyInitialText:
 	TX_FAR _DaisyInitialText
@@ -26758,7 +26758,7 @@
 .heal\@
 	call MomHealPokemon
 .done\@
-	jp $24D7
+	jp TextScriptEnd
 
 MomWakeUpText:
 	TX_FAR _MomWakeUpText
@@ -26801,7 +26801,7 @@
 	ld hl,StandByMeText
 .done\@
 	call PrintText
-	jp $24D7
+	jp TextScriptEnd
 
 StandByMeText:
 	TX_FAR _StandByMeText