Skip to content

Commit

Permalink
Copy original learnset table to learnset.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseurae committed Oct 8, 2024
1 parent 8e3249e commit 8761191
Show file tree
Hide file tree
Showing 5 changed files with 6,445 additions and 306 deletions.
3 changes: 2 additions & 1 deletion include/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ extern const u8 gAbilityNames[][13];
extern const u8 gMoveNames[][13];
extern const u8 *const gMoveDescriptions[];
extern const u8 gBattleMoveSplit[];
extern const struct BattleMove gBattleMoves[];
extern const struct BattleMove gBattleMoves[];
extern const u16 *gLevelUpLearnsets[];
1 change: 0 additions & 1 deletion notes.txt → new_moves.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ X-Scissor:
Parasect
Scyther
Zangoose
Ninjask

Bug Buzz:
Dustox
Expand Down
Loading

0 comments on commit 8761191

Please sign in to comment.