diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-12-28 23:56:34 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-12-28 23:56:34 -0800 |
commit | 983ef29fd0e3645cb6335ee8bb172312790a56e2 (patch) | |
tree | 93d198b963f6142ac35a99c503cff21680065b49 /trainers/trainer_pointers.asm | |
parent | 0fdbdb43a794358b5ed484114486e2992d520338 (diff) | |
parent | a8cb73b654af67bb3caad2c6d45edce7436032b1 (diff) |
Merge pull request #221 from yenatch/more-objects
analyze the bytes
Diffstat (limited to 'trainers/trainer_pointers.asm')
-rw-r--r-- | trainers/trainer_pointers.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trainers/trainer_pointers.asm b/trainers/trainer_pointers.asm index 1872a8194..c0b3d4538 100644 --- a/trainers/trainer_pointers.asm +++ b/trainers/trainer_pointers.asm @@ -1,5 +1,6 @@ ; Each trainer class has its own group. See trainers.asm. +TrainerGroups: ; 0x39999 dw FalknerGroup dw WhitneyGroup dw BugsyGroup |