summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-04 02:14:02 -0400
committeryenatch <yenatch@gmail.com>2013-05-04 02:14:17 -0400
commit6b12741537a1423281fa2921655f52fab6df5733 (patch)
tree03153561477025d687c51d454de44ff5b812f17d
parentf104cf1269afed1cf479e86f134b8f0647115382 (diff)
additional trainer class id in wram
this one seems more persistent than OtherTrainerID
-rw-r--r--wram.asm5
1 files changed, 4 insertions, 1 deletions
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