diff options
author | YamaArashi <shadow962@live.com> | 2015-11-08 14:13:45 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-08 14:13:45 -0800 |
commit | 3d1b6597f3fc22547fe2021275b1818a92093ab8 (patch) | |
tree | e482be73eb286834f944594b10db5f37a2474b9c /data/trainers.s | |
parent | a221c035f884489b735809fccd680f9b40d5b5d9 (diff) |
trainer back pics
Diffstat (limited to 'data/trainers.s')
-rw-r--r-- | data/trainers.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/trainers.s b/data/trainers.s index 36baace99..230972be7 100644 --- a/data/trainers.s +++ b/data/trainers.s @@ -10241,7 +10241,7 @@ gTrainers: ; 8310030 .byte 0 ; party type flags .byte TRAINER_CLASS_NAME_PKMN_TRAINER_4 .byte TRAINER_ENCOUNTER_MUSIC_MALE ; gender flag and encounter music - .byte TRAINER_PIC_BRENDAN_2 + .byte TRAINER_PIC_RUBY_SAPPHIRE_BRENDAN .charmapstr "BRENDAN$", 12 .2byte ITEM_NONE, ITEM_NONE, ITEM_NONE, ITEM_NONE ; items .4byte FALSE ; is double battle @@ -10253,7 +10253,7 @@ gTrainers: ; 8310030 .byte 0 ; party type flags .byte TRAINER_CLASS_NAME_PKMN_TRAINER_4 .byte F_TRAINER_FEMALE | TRAINER_ENCOUNTER_MUSIC_MALE ; gender flag and encounter music - .byte TRAINER_PIC_MAY_2 + .byte TRAINER_PIC_RUBY_SAPPHIRE_MAY .charmapstr "MAY$", 12 .2byte ITEM_NONE, ITEM_NONE, ITEM_NONE, ITEM_NONE ; items .4byte FALSE ; is double battle |