diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
commit | dbc1aff7d2a62eebd3b544d96a329f23c2e745c0 (patch) | |
tree | 514136272e2937522108eee74a988a2f9a258ab6 /pokesilver.link | |
parent | b46da481c970bd11dd28c101f52fd900471c8aba (diff) |
Include Pokédex entries in the build.
Diffstat (limited to 'pokesilver.link')
-rw-r--r-- | pokesilver.link | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/pokesilver.link b/pokesilver.link index 9bb7a927..04f40f95 100644 --- a/pokesilver.link +++ b/pokesilver.link @@ -288,9 +288,6 @@ ROMX $56 ROMX $57 org $4000 "bank57" -ROMX $58 - org $4000 - "bank58" ROMX $59 org $4000 "bank59" @@ -333,21 +330,18 @@ ROMX $65 ROMX $66 org $4000 "Text 3" -ROMX $67 - org $4000 - "bank67" ROMX $68 org $4000 - "bank68" + "Pokedex Entries 001-064" ROMX $69 org $4000 - "bank69" + "Pokedex Entries 065-128" ROMX $6a org $4000 - "bank6a" + "Pokedex Entries 129-192" ROMX $6b org $4000 - "bank6b" + "Pokedex Entries 193-251" ROMX $6c org $4000 "bank6c" |