mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
commit
342d23e0ba
3251
asm/ghost.s
3251
asm/ghost.s
File diff suppressed because it is too large
Load Diff
@ -130,6 +130,7 @@ void sub_80A7E6C(u8 spriteId);
|
||||
void sub_80A805C(struct Task *task, u8 a2, s16 a3, s16 a4, s16 a5, s16 a6, u16 a7);
|
||||
u8 sub_80A80C8(struct Task *task);
|
||||
void sub_80A8EE4(struct Sprite *);
|
||||
void sub_80A67F4(struct Sprite *);
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -169,7 +169,7 @@ SECTIONS {
|
||||
asm/psychic.o(.text);
|
||||
src/bug.o(.text);
|
||||
src/rock.o(.text);
|
||||
asm/ghost.o(.text);
|
||||
src/ghost.o(.text);
|
||||
src/dragon.o(.text);
|
||||
asm/dark.o(.text);
|
||||
src/ground.o(.text);
|
||||
|
1161
src/ghost.c
1161
src/ghost.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user