Age | Commit message (Collapse) | Author |
|
Document Pokénav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document link_rfu / Union Room
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
|
|
|
|
|
|
|
|
Adapted https://github.com/pret/pokefirered/blob/master/src/battle_main.c#L3831 to pokeemerald
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fix fakematch in Cmd_get_used_held_item
- Remove `static` overrides in MODERN in four objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a lot of functions and a bit of data had to be moved from battle_main.c
to battle_util.c; I have added a note to battle_util.c stating the
reason for this
|
|
|
|
|
|
daycare.c: -g eliminates the need for the brace hack.
battle_transition.c: Fix Phase2_Ripple_Func2...?
|