diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
| commit | 5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch) | |
| tree | 82fd7aadc36baf46d888b90f3447103d8eaac06f /data/trainer_types.asm | |
| parent | 9178fc7183b6f43dc901637a7497e9f3084fc668 (diff) | |
Fewer underscores in constants
dannye
Diffstat (limited to 'data/trainer_types.asm')
| -rwxr-xr-x | data/trainer_types.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/trainer_types.asm b/data/trainer_types.asm index 52c7bd0b..24cb3a8c 100755 --- a/data/trainer_types.asm +++ b/data/trainer_types.asm @@ -1,6 +1,6 @@ FemaleTrainerList:: ; 33c3 (0:33c3) db OPP_LASS - db OPP_JR__TRAINER_F + db OPP_JR_TRAINER_F db OPP_BEAUTY db OPP_COOLTRAINER_F db $FF |
