mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
port the rest of flying (leave 2 nonmatchings to egg)
This commit is contained in:
parent
4ea5e85bed
commit
1e7f4a80c7
1698
asm/flying.s
1698
asm/flying.s
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||||
|
1209
src/flying.c
1209
src/flying.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user