forked from Bird404/Pokemon-Emerald-Battle-Engine-Upgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
routinepointers
51 lines (51 loc) · 1.46 KB
/
routinepointers
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
### split icon routine
Routine_Icon_Moves 081C0F88
Routine_Icon_Moves 081C1328
Routine_Icon_Moves 081C17A0
### battle command rewrites
accuracy_calc 0831BD14
critcalc_cmd4 0831BD20
damage_calc_cmd_05 0831BD24
final_damagecalc_cmd7 0831BD2C
callasm_cmd 0831BF1C
atk00_move_canceller 0831BD10
atk0C_datahpupdate 0831BD40
atk0F_resultmessage 0831BD4C
atk13_printfromtable 0831BD5C
atk42_jump_if_type 0831BE18
atk47_graphical_statchange 0831BE2C
atk49_move_end_turn 0831BE34
atk56_prepare_fainting_cry 0831BE68
atk6A_remove_item 0831BEB8
atk70_record_ability_of_bank 0831BED0
atk77_set_protect_stuff 0831BEEC
atk7D_set_rain 0831BF04
atk7E_set_reflect 0831BF08
atk7F_set_leech_seed 0831BF0C
atk88_drain_damage 0831BF30
atk8D_multihit_move_loop_counter 0831BF44
atk92_set_lightscreen 0831BF58
atk93_ko_move 0831BF5C
atk95_set_sandstorm 0831BF64
atk96_weather_damage 0831BF68
atk9E_metronome_chooser 0831BF88
atkA3_disable_move 0831BF9C
atkA4_encore_move 0831BFA0
atkB5_furycutter_calc 0831BFE4
atkB7_present_calc 0831BFEC
atkBB_set_sunny 0831BFFC
atkBE_rapidspin_away 0831C008
atkC5_hide_pre_attack 0831C024
atkC6_unhide_post_attack 0831C028
atkC8_set_hail 0831C030
atkCC_nature_power 0831C040
atkD0_set_taunt 0831C050
atkD4_wish_effect 0831C060
atkE1_intimidate_loop 0831C094
atkE2_switchout_abilities 0831C098
atkEB_set_type_to_terrain 0831C0BC
###start attack
bs_start_attack 0831BC0C
###pre attacks
bc_preattacks 0803D43C
bc_preattacks 0803D578