Skip to content

Commit

Permalink
Beauty Charlotte has a female Bellossom
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Jul 23, 2016
1 parent b1a7629 commit 3e7c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainers/unique_dvs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ UniqueDVTrainerPokemon:
; TrainerClass, TrainerID, PartySpecies, Level, AtkDefDV, SpdSpcDV

; Shiny
db BEAUTY, CHARLOTTE, BELLOSSOM, 16, $FB, SPDSPCDV_SHINY ; Female shiny
db BEAUTY, CHARLOTTE, BELLOSSOM, 16, ATKDEFDV_SHINY_FEMALE, SPDSPCDV_SHINY ; Female shiny
db MYSTICALMAN, EUSINE, ELECTRODE, 27, ATKDEFDV_SHINY, SPDSPCDV_SHINY
db LAWRENCE, 1, CHARIZARD, 64, ATKDEFDV_SHINY, SPDSPCDV_SHINY
db CHAMPION, LANCE, DRAGONITE, 50, ATKDEFDV_SHINY, SPDSPCDV_SHINY
Expand Down

0 comments on commit 3e7c6f8

Please sign in to comment.