-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFeatures_select.s
More file actions
27 lines (20 loc) · 855 Bytes
/
Features_select.s
File metadata and controls
27 lines (20 loc) · 855 Bytes
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
FALSE EQU 0
TRUE EQU 1
// the lines below are where you will be manually setting TRUE or FALSE to either add or not to add the features
// these are all the basic byte change fixes and minor hacks
// you wont need to set TRUE or FALSE in the C files for them
RUNNING_INDOOR EQU TRUE
EV_CAP_TO_252 EQU TRUE
EGG_HATCH_LEVEL_1 EQU TRUE
POKEDEX_GLITCH_FIX EQU TRUE
REMOVING_HELP_SYSTEM EQU TRUE
ROAMING_POKEMON_IV_GLITCH_FIX EQU TRUE
POKE_NUMBER_WITHOUT_NATIONAL_DEX EQU TRUE
POKEMON_SEEN_COUNT EQU TRUE
NAMING_SCREEN_32x32_OW EQU TRUE
ROUGH_SKIN_UPDATE EQU TRUE
CRITICAL_HIT_UPDATE EQU TRUE
// these all the hacks below are some major hacks
// you will have to set TRUE or FALSE in the C files as well else they wont work well
FAIRY_TYPE_ADD EQU TRUE
EGG_HATCHING_GRAPHICS_UPDATE EQU TRUE