forked from Rangi42/polishedcrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpredef_pointers.asm
54 lines (54 loc) · 1.41 KB
/
predef_pointers.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
PredefPointers::
; $4b Predef pointers
; address, bank
add_predef LearnMove
add_predef HealParty
add_predef FlagPredef
add_predef ComputeHPBarPixels
add_predef FillPP
add_predef TryAddMonToParty
add_predef AddTempmonToParty
add_predef SentGetPkmnIntoFromBox
add_predef SentPkmnIntoBox
add_predef AnimateHPBar
add_predef CalcPkmnStats
add_predef CalcPkmnStatC
add_predef CanLearnTMHMMove
add_predef GetTMHMMove
add_predef PrintMoveDesc
add_predef PlaceGraphic
add_predef CheckPlayerPartyForFitPkmn
add_predef StartBattle
add_predef FillInExpBar
add_predef LearnLevelMoves
add_predef FillMoves
add_predef EvolveAfterBattle
add_predef TradeAnimationPlayer2
add_predef TradeAnimation
add_predef CopyPkmnToTempMon
add_predef ListMoves
add_predef ListMovePP
add_predef GetGender
add_predef StatsScreenInit
add_predef DrawPlayerHP
add_predef PrintTempMonStats
add_predef PrintMonTypes
add_predef GetVariant
add_predef Predef_LoadCGBLayout
add_predef _Area
add_predef Predef_StartBattle
add_predef PlayBattleAnim
add_predef PartyMonItemName
add_predef GetFrontpic
add_predef GetBackpic
add_predef FrontpicPredef
add_predef DecompressPredef
add_predef NewPokedexEntry
add_predef PlaceStatusString
add_predef LoadMonAnimation
add_predef AnimateFrontpic
add_predef HOF_AnimateFrontpic
add_predef PrintNature
add_predef PrintNatureIndicators
add_predef PrintAbility
add_predef PrintAbilityDescription