Decompile fldeff_berrytree
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
.include "asm/macros.inc"
|
|
||||||
.include "constants/constants.inc"
|
|
||||||
|
|
||||||
.syntax unified
|
|
||||||
|
|
||||||
.text
|
|
||||||
|
|
||||||
thumb_func_start nullsub_56
|
|
||||||
nullsub_56: @ 80A0E74
|
|
||||||
bx lr
|
|
||||||
thumb_func_end nullsub_56
|
|
||||||
|
|
||||||
.align 2, 0 @ Don't pad with nop.
|
|
||||||
@@ -151,6 +151,7 @@ SECTIONS {
|
|||||||
asm/pokemon_size_record.o(.text);
|
asm/pokemon_size_record.o(.text);
|
||||||
asm/pc_screen_effect.o(.text);
|
asm/pc_screen_effect.o(.text);
|
||||||
asm/fldeff_poison.o(.text);
|
asm/fldeff_poison.o(.text);
|
||||||
|
src/fldeff_berrytree.o(.text);
|
||||||
asm/fldeff_berrytree.o(.text);
|
asm/fldeff_berrytree.o(.text);
|
||||||
asm/field_special_scene.o(.text);
|
asm/field_special_scene.o(.text);
|
||||||
asm/safari_zone.o(.text);
|
asm/safari_zone.o(.text);
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
void nullsub_56(void)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user