shithub: pokecrystal

Download patch

ref: 3453e7ce9c71c73664b061af9b77346b608b9013
parent: 47bb5ff1aba474ff77cb17ffdf2e5349ea1d14d7
author: yenatch <[email protected]>
date: Tue Mar 4 01:21:22 EST 2014

Label a stats screen jumptable.

--- a/main.asm
+++ b/main.asm
@@ -55995,15 +55995,14 @@
 INCBIN "baserom.gbc",$4dcf7,$4dd2a - $4dcf7
 
 StatsScreenPointerTable: ; 4dd2a
-	dw $5d72 ; regular pokémon
+	dw Function4dd72 ; regular pokémon
 	dw EggStatsInit ; egg
-	dw $5de6
-	dw $5dac
-	dw $5dc6
-	dw $5de6
-	dw $5dd6
-	dw $5d6c
-
+	dw Function4dde6
+	dw Function4ddac
+	dw Function4ddc6
+	dw Function4dde6
+	dw Function4ddd6
+	dw Function4dd6c
 ; 4dd3a