diff options
author | yenatch <yenatch@gmail.com> | 2013-05-04 02:14:02 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-04 02:14:17 -0400 |
commit | 6b12741537a1423281fa2921655f52fab6df5733 (patch) | |
tree | 03153561477025d687c51d454de44ff5b812f17d | |
parent | f104cf1269afed1cf479e86f134b8f0647115382 (diff) |
additional trainer class id in wram
this one seems more persistent than OtherTrainerID
-rw-r--r-- | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1183,7 +1183,10 @@ OtherTrainerID: ; d231 ; (Joey, Mikey, Albert, etc.) ds 1 - ds 2 + ds 1 + +TrainerClass: ; d233 + ds 1 UnownLetter: ; d234 ds 1 |