-
Notifications
You must be signed in to change notification settings - Fork 195
/
repointall
41 lines (34 loc) · 998 Bytes
/
repointall
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
#include "src/defines.h"
##Repoints all pointers found at given location
##(Eg. repoints pointer located at 0x8016364 which is 0x81D65A8 in vanilla, does not repoint 0x8016364)
gSpeciesNames 08000144
gBaseStats 080001BC
gEggMoves 08045C50
gTMHMLearnsets 08043C68
gTutorLearnsets 08120C30
gCryTable 08072114
gCryTable2 08072104
#gSpeciesIdToCryId 08043328 #NO LONGER NEEDED
gMonFrontPicTable 08000128
gMonBackPicTable 0800012C
gMonFrontPicCoords 08011F4C
gMonBackPicCoords 08074634
gEnemyMonElevation 080356F8
gMonPaletteTable 08000130
gMonShinyPaletteTable 08000134
gEvolutionTable 08042F6C
gPokedexEntries 08088E34
gHabitatPtrsTable 08106888
gSpeciesToNationalPokedexNum 0804323C
gPokedexOrder_Alphabetical 08103694
gPokedexOrder_Weight 081037CC
gPokedexOrder_Height 08103868
gPokedexOrder_Type 8103734
gMonIconTable 08000138
gMonIconPaletteIndices 0800013C
gItemAnimationTable 0812EAE0
gTMHMMoves 08125A8C
gMoveTutorMoves 08120BE4
#ifdef EXPAND_LEARNSETS
gLevelUpLearnsets 0803EA7C
#endif