diff options
Diffstat (limited to 'constants/predef_constants.asm')
-rwxr-xr-x | constants/predef_constants.asm | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/constants/predef_constants.asm b/constants/predef_constants.asm deleted file mode 100755 index 8a3b2cf3..00000000 --- a/constants/predef_constants.asm +++ /dev/null @@ -1,77 +0,0 @@ - enum_start 0, 3 - enum_set $4b5b - - predef_const LearnMove ; $0 - predef_const Predef1 - predef_const HealParty - predef_const FlagPredef - predef_const ComputeHPBarPixels - predef_const FillPP - predef_const TryAddMonToParty - predef_const AddTempmonToParty - predef_const SentGetPkmnIntoFromBox ; $8 - predef_const SentPkmnIntoBox - predef_const GiveEgg - predef_const AnimateHPBar - predef_const CalcPkmnStats - predef_const CalcPkmnStatC - predef_const CanLearnTMHMMove - predef_const GetTMHMMove - predef_const Predef_LinkTextbox ; $10 - predef_const PrintMoveDesc - predef_const UpdatePlayerHUD - predef_const PlaceGraphic - predef_const CheckPlayerPartyForFitPkmn - predef_const UpdateEnemyHUD - predef_const StartBattle - predef_const FillInExpBar - predef_const GetMonBackpic ; $18 - predef_const GetMonFrontpic - predef_const LearnLevelMoves - predef_const FillMoves - predef_const EvolveAfterBattle - predef_const TradeAnimationPlayer2 - predef_const TradeAnimation - predef_const CopyPkmnToTempMon - predef_const ListMoves ; $20 - predef_const PlaceNonFaintStatus - predef_const Predef22 - predef_const ListMovePP - predef_const GetGender - predef_const StatsScreenInit - predef_const DrawPlayerHP - predef_const DrawEnemyHP - predef_const PrintTempMonStats ; $28 - predef_const GetTypeName - predef_const PrintMoveType - predef_const PrintType - predef_const PrintMonTypes - predef_const GetUnownLetter - predef_const LoadPoisonBGPals - predef_const Predef2F - predef_const InitSGBBorder ; $30 - predef_const Predef_LoadSGBLayout - predef_const Area_ - predef_const CheckContestMon - predef_const Predef_StartBattle - predef_const Predef35 - predef_const Predef36 - predef_const PlayBattleAnim - predef_const Predef38 ; $38 - predef_const Predef39 - predef_const Predef3A - predef_const PartyMonItemName - predef_const GetFrontpic - predef_const GetBackpic - predef_const FrontpicPredef - predef_const GetTrainerPic - predef_const DecompressPredef ; $40 - predef_const CheckTypeMatchup - predef_const ConvertMon_1to2 - predef_const NewPokedexEntry - predef_const AnimateMon_Slow_Normal - predef_const PlaceStatusString - predef_const LoadMonAnimation - predef_const AnimateFrontpic - predef_const Predef48 ; $48 - predef_const HOF_AnimateFrontpic |