nonmatching damage calc function

This commit is contained in:
YamaArashi 2016-12-30 23:51:48 -08:00
parent 9f54b1951c
commit 35cbfc27c5
3 changed files with 1483 additions and 1166 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@ SECTIONS {
src/decompress.o(.text);
asm/rom_800D42C.o(.text);
src/pokemon_1.o(.text);
asm/calculate_base_damage.o(.text);
src/calculate_base_damage.o(.text);
src/pokemon_2.o(.text);
asm/pokemon_item_effect.o(.text);
src/pokemon_3.o(.text);

1482
src/calculate_base_damage.c Normal file

File diff suppressed because it is too large Load Diff