diff options
author | yenatch <yenatch@gmail.com> | 2013-12-18 01:13:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-18 01:14:48 -0500 |
commit | 6d7e674bd093d4855dac84f12773be3d6c3c4333 (patch) | |
tree | bf5c98cf63c2e51eaf855119a0a4adc50d56c500 /trainers/trainer_pointers.asm | |
parent | 7ccb6d91e62fdb1e2857da87e16ececceb52c519 (diff) |
move some labels into included files
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 |