diff --git a/src/TM_Tutor_Tables.c b/src/TM_Tutor_Tables.c index a27c556..ac2445d 100644 --- a/src/TM_Tutor_Tables.c +++ b/src/TM_Tutor_Tables.c @@ -199,5 +199,68 @@ const u16 gMoveTutorMoves[NUM_MOVE_TUTOR_MOVES] = MOVE_FRENZYPLANT, //62 MOVE_BLASTBURN, //63 MOVE_HYDROCANNON, //64 + MOVE_FOCUSENERGY, //65 + MOVE_COSMICPOWER, //66 + MOVE_BATONPASS, //67 + MOVE_ENCORE, //68 + MOVE_SCREECH, //69 + MOVE_FAKETEARS, //70 + MOVE_SCARYFACE, //71 + MOVE_VENOMDRENCH, //72 + MOVE_SPIKES, //73 + MOVE_TOXICSPIKES, //74 + MOVE_DRAGONDANCE, //75 + MOVE_AGILITY, //76 + MOVE_NASTYPLOT, //77 + MOVE_GRASSYTERRAIN, //78 + MOVE_MISTYTERRAIN, //79 + MOVE_ELECTRICTERRAIN, //80 + MOVE_PSYCHICTERRAIN, //81 + MOVE_WHIRLPOOL, //82 + MOVE_FIRESPIN, //83 + MOVE_SANDTOMB, //84 + MOVE_PINMISSILE, //85 + MOVE_ICICLESPEAR, //86 + MOVE_TAILSLAP, //87 + MOVE_ROCKBLAST, //88 + MOVE_THUNDERFANG, //89 + MOVE_ICEFANG, //90 + MOVE_FIREFANG, //91 + MOVE_BODYSLAM, //92 + MOVE_BODYPRESS, //93 + MOVE_HEATCRASH, //94 + MOVE_HEAVYSLAM, //95 + MOVE_REVERSAL, //96 + MOVE_ELECTROBALL, //97 + MOVE_STOREDPOWER, //98 + MOVE_BREAKINGSWIPE, //99 + MOVE_RAZORSHELL, //100 + MOVE_HEX, //101 + MOVE_WEATHERBALL, //102 + MOVE_AIRSLASH, //103 + MOVE_AURASPHERE, //104 + MOVE_BLAZEKICK, //105 + MOVE_BUGBUZZ, //106 + MOVE_CROSSPOISON, //107 + MOVE_CRUNCH, //108 + MOVE_DARKESTLARIAT, //109 + MOVE_HIGHHORSEPOWER, //110 + MOVE_LEAFBLADE, //111 + MOVE_MUDDYWATER, //112 + MOVE_MYSTICALFIRE, //113 + MOVE_PHANTOMFORCE, //114 + MOVE_PLAYROUGH, //115 + MOVE_POLLENPUFF, //116 + MOVE_POWERGEM, //117 + MOVE_PSYCHICFANGS, //118 + MOVE_PSYCHOCUT, //119 + MOVE_BRAVEBIRD, //120 + MOVE_CLOSECOMBAT, //121 + MOVE_FLAREBLITZ, //122 + MOVE_HURRICANE, //123 + MOVE_HYDROPUMP, //124 + MOVE_LEAFSTORM, //125 + MOVE_MEGAHORN, //126 + MOVE_POWERWHIP, //127 + MOVE_SOLARBLADE, //128 }; - \ No newline at end of file diff --git a/src/defines.h b/src/defines.h index 786a7e6..3070581 100644 --- a/src/defines.h +++ b/src/defines.h @@ -20,4 +20,4 @@ //#define INCLUDE_FOOTPRINTS //If you uncomment this line, make sure to uncomment gMonFootprintTable in "repoints", and remove the footprint remover in "bytereplacement" #define NUM_TMSHMS 128 -#define NUM_MOVE_TUTOR_MOVES 64 \ No newline at end of file +#define NUM_MOVE_TUTOR_MOVES 128 \ No newline at end of file