mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
split lilycove_lady
This commit is contained in:
parent
d41cc4c8d0
commit
cb9b14a3e5
1931
asm/lilycove_lady.s
Normal file
1931
asm/lilycove_lady.s
Normal file
File diff suppressed because it is too large
Load Diff
@ -1567,7 +1567,7 @@ sub_80E7A14: @ 80E7A14
|
||||
ldr r1, [r6]
|
||||
movs r2, 0x40
|
||||
bl memcpy
|
||||
bl sub_818D9AC
|
||||
bl GetLilycoveLadyId
|
||||
lsls r0, 24
|
||||
cmp r0, 0
|
||||
bne _080E7A60
|
||||
|
85601
asm/rom_818CFC8.s
85601
asm/rom_818CFC8.s
File diff suppressed because it is too large
Load Diff
83686
asm/rom_818E9AC.s
Normal file
83686
asm/rom_818E9AC.s
Normal file
File diff suppressed because it is too large
Load Diff
@ -227,6 +227,8 @@ SECTIONS {
|
||||
asm/battle_controller_recorded_opponent.o(.text);
|
||||
asm/battle_controller_recorded_player.o(.text);
|
||||
asm/rom_818CFC8.o(.text);
|
||||
asm/lilycove_lady.o(.text);
|
||||
asm/rom_818E9AC.o(.text);
|
||||
src/multiboot.o(.text);
|
||||
asm/rom_81BAD84.o(.text);
|
||||
asm/battle_controller_player_partner.o(.text);
|
||||
|
Loading…
Reference in New Issue
Block a user