port the rest of flying (leave 2 nonmatchings to egg)

This commit is contained in:
shinny456 2019-03-03 03:54:44 -05:00 committed by huderlem
parent 4ea5e85bed
commit 1e7f4a80c7
3 changed files with 1199 additions and 1709 deletions

File diff suppressed because it is too large Load Diff

View File

@ -165,7 +165,6 @@ SECTIONS {
src/fight.o(.text); src/fight.o(.text);
src/poison.o(.text); src/poison.o(.text);
src/flying.o(.text); src/flying.o(.text);
asm/flying.o(.text);
src/psychic.o(.text); src/psychic.o(.text);
src/bug.o(.text); src/bug.o(.text);
src/rock.o(.text); src/rock.o(.text);

File diff suppressed because it is too large Load Diff