aboutsummaryrefslogtreecommitdiffstats
path: root/data/trainer_types.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:30:20 -0700
committerGitHub <noreply@github.com>2016-06-11 17:30:20 -0700
commit7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (patch)
tree8a61aee33d6b47e960dc71dbb89c096622bbdc95 /data/trainer_types.asm
parentImplement handy text macros from yellow (diff)
parentremove address comments (diff)
downloadpokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.gz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.xz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.zip
Merge pull request #133 from YamaArashi/master
Remove address comments
Diffstat (limited to 'data/trainer_types.asm')
-rwxr-xr-xdata/trainer_types.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/trainer_types.asm b/data/trainer_types.asm
index bc94015c..cc7ca605 100755
--- a/data/trainer_types.asm
+++ b/data/trainer_types.asm
@@ -1,11 +1,11 @@
-FemaleTrainerList:: ; 3434 (0:3434)
+FemaleTrainerList::
db OPP_LASS
db OPP_JR_TRAINER_F
db OPP_BEAUTY
db OPP_COOLTRAINER_F
db $FF
-EvilTrainerList:: ; 3439 (0:3439)
+EvilTrainerList::
db OPP_JUGGLER_X
db OPP_GAMBLER
db OPP_ROCKER