shithub: pokecrystal

Download patch

ref: 6b12741537a1423281fa2921655f52fab6df5733
parent: f104cf1269afed1cf479e86f134b8f0647115382
author: yenatch <[email protected]>
date: Fri May 3 22:14:02 EDT 2013

additional trainer class id in wram

this one seems more persistent than OtherTrainerID

--- a/wram.asm
+++ b/wram.asm
@@ -1183,7 +1183,10 @@
 ; (Joey, Mikey, Albert, etc.)
 	ds 1
 
-	ds 2
+	ds 1
+
+TrainerClass: ; d233
+	ds 1
 
 UnownLetter: ; d234
 	ds 1