Changeset 468 for veekun/trunk/lib

Show
Ignore:
Timestamp:
03/23/09 21:08:54 (12 months ago)
Author:
eevee
Message:

Fixed Platinum move column display and added Platinum level/machine/egg moves.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Controller/Dex.pm

    r465 r468  
    468468{ 
    469469    my $i = -1; 
    470     %column_order = map { $i++; $_ => $i } qw/rb y gs c rusa frlg dp/; 
     470    %column_order = map { $i++; $_ => $i } qw/rb y gs c rusa frlg dp pt/; 
    471471} 
    472472