"PokéRadar" conditions values were missing their accents.

This commit is contained in:
Eevee 2010-02-02 23:56:35 -08:00
parent 429e660e8e
commit 74a4e4ccee

View file

@ -4,8 +4,8 @@ id,encounter_condition_id,name,is_default
3,2,In the morning,0
4,2,During the day,1
5,2,At night,0
6,3,Using PokeRadar,0
7,3,Not using PokeRadar,1
6,3,Using PokéRadar,0
7,3,Not using PokéRadar,1
8,4,No game in slot 2,1
9,4,Ruby in slot 2,0
10,4,Sapphire in slot 2,0

1 id encounter_condition_id name is_default
4 3 2 In the morning 0
5 4 2 During the day 1
6 5 2 At night 0
7 6 3 Using PokeRadar Using PokéRadar 0
8 7 3 Not using PokeRadar Not using PokéRadar 1
9 8 4 No game in slot 2 1
10 9 4 Ruby in slot 2 0
11 10 4 Sapphire in slot 2 0