Skip to content

Commit

Permalink
Merge pull request #116 from lhearachel/evo
Browse files Browse the repository at this point in the history
Build evo.narc from data files in res/pokemon
  • Loading branch information
lhearachel authored Nov 19, 2023
2 parents 9581d2d + 08454c8 commit 293fcf8
Show file tree
Hide file tree
Showing 237 changed files with 436 additions and 255 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ cmake-build-*

diff.txt

.vs/
.vscode/

temp_asm/
Expand Down
2 changes: 1 addition & 1 deletion platinum.us/rom.rsf
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ RomSpec
Root /poketool/personal
HostRoot res/pokemon
File pl_personal.narc
File evo.narc

Root /
HostRoot res/prebuilt
File poketool/personal/evo.narc
File poketool/personal/growtbl.narc
File poketool/personal/pl_growtbl.narc
File poketool/personal/pms.narc
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/abra/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
16,
"SPECIES_KADABRA"
]
Expand Down
4 changes: 2 additions & 2 deletions res/pokemon/aipom/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
},
"evolutions": [
[
"KNOW_MOVE",
"DOUBLE_HIT",
"EVO_KNOW_MOVE",
"MOVE_DOUBLE_HIT",
"SPECIES_AMBIPOM"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/anorith/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
40,
"SPECIES_ARMALDO"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/aron/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
32,
"SPECIES_LAIRON"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/azurill/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"evolutions": [
[
"HAPPINESS",
"EVO_HAPPINESS",
"SPECIES_MARILL"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bagon/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_SHELGON"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/baltoy/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
36,
"SPECIES_CLAYDOL"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/barboach/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_WHISCASH"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bayleef/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
32,
"SPECIES_MEGANIUM"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/beldum/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
20,
"SPECIES_METANG"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bellsprout/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
21,
"SPECIES_WEEPINBELL"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bidoof/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
15,
"SPECIES_BIBAREL"
]
Expand Down
4 changes: 2 additions & 2 deletions res/pokemon/bonsly/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
},
"evolutions": [
[
"KNOW_MOVE",
"MIMIC",
"EVO_KNOW_MOVE",
"MOVE_MIMIC",
"SPECIES_SUDOWOODO"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bronzor/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
33,
"SPECIES_BRONZONG"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/budew/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"evolutions": [
[
"HAPPINESS_DAY",
"EVO_HAPPINESS_DAY",
"SPECIES_ROSELIA"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/buizel/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
26,
"SPECIES_FLOATZEL"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/bulbasaur/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
16,
"SPECIES_IVYSAUR"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/buneary/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"evolutions": [
[
"HAPPINESS",
"EVO_HAPPINESS",
"SPECIES_LOPUNNY"
]
]
Expand Down
4 changes: 2 additions & 2 deletions res/pokemon/burmy/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"evolutions": [
[
"LEVEL_FEMALE",
"EVO_LEVEL_FEMALE",
20,
"SPECIES_WORMADAM"
],
[
"LEVEL_MALE",
"EVO_LEVEL_MALE",
20,
"SPECIES_MOTHIM"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/cacnea/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
32,
"SPECIES_CACTURNE"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/carvanha/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_SHARPEDO"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/cascoon/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
10,
"SPECIES_DUSTOX"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/caterpie/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
7,
"SPECIES_METAPOD"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/chansey/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"evolutions": [
[
"HAPPINESS",
"EVO_HAPPINESS",
"SPECIES_BLISSEY"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/charmander/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
16,
"SPECIES_CHARMELEON"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/charmeleon/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
36,
"SPECIES_CHARIZARD"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/cherubi/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
25,
"SPECIES_CHERRIM"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/chikorita/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
16,
"SPECIES_BAYLEEF"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/chimchar/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
14,
"SPECIES_MONFERNO"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/chinchou/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
27,
"SPECIES_LANTURN"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/chingling/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"evolutions": [
[
"HAPPINESS_NIGHT",
"EVO_HAPPINESS_NIGHT",
"SPECIES_CHIMECHO"
]
]
Expand Down
4 changes: 2 additions & 2 deletions res/pokemon/clamperl/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
},
"evolutions": [
[
"TRADE_WITH_ITEM",
"EVO_TRADE_WITH_ITEM",
"ITEM_DEEPSEATOOTH",
"SPECIES_HUNTAIL"
],
[
"TRADE_WITH_ITEM",
"EVO_TRADE_WITH_ITEM",
"ITEM_DEEPSEASCALE",
"SPECIES_GOREBYSS"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/clefairy/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"evolutions": [
[
"USE_ITEM",
"EVO_USE_ITEM",
"ITEM_MOON_STONE",
"SPECIES_CLEFABLE"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/cleffa/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"evolutions": [
[
"HAPPINESS",
"EVO_HAPPINESS",
"SPECIES_CLEFAIRY"
]
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/combee/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"evolutions": [
[
"LEVEL_FEMALE",
"EVO_LEVEL_FEMALE",
21,
"SPECIES_VESPIQUEN"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/combusken/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
36,
"SPECIES_BLAZIKEN"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/corphish/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_CRAWDAUNT"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/cranidos/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_RAMPARDOS"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/croagunk/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
37,
"SPECIES_TOXICROAK"
]
Expand Down
2 changes: 1 addition & 1 deletion res/pokemon/croconaw/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"evolutions": [
[
"LEVEL_UP",
"EVO_LEVEL_UP",
30,
"SPECIES_FERALIGATR"
]
Expand Down
Loading

0 comments on commit 293fcf8

Please sign in to comment.