From 6b12741537a1423281fa2921655f52fab6df5733 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 4 May 2013 02:14:02 -0400 Subject: [PATCH] additional trainer class id in wram this one seems more persistent than OtherTrainerID --- wram.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wram.asm b/wram.asm index 69e089ef5..ed6f0d87c 100644 --- a/wram.asm +++ b/wram.asm @@ -1183,7 +1183,10 @@ OtherTrainerID: ; d231 ; (Joey, Mikey, Albert, etc.) ds 1 - ds 2 + ds 1 + +TrainerClass: ; d233 + ds 1 UnownLetter: ; d234 ds 1