Decompile fldeff_berrytree

This commit is contained in:
ultima-soul
2019-04-17 17:32:52 -07:00
parent d74dda011a
commit 7ca19ae250
3 changed files with 5 additions and 13 deletions
-13
View File
@@ -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.
+1
View File
@@ -151,6 +151,7 @@ SECTIONS {
asm/pokemon_size_record.o(.text);
asm/pc_screen_effect.o(.text);
asm/fldeff_poison.o(.text);
src/fldeff_berrytree.o(.text);
asm/fldeff_berrytree.o(.text);
asm/field_special_scene.o(.text);
asm/safari_zone.o(.text);
+4
View File
@@ -0,0 +1,4 @@
void nullsub_56(void)
{
return;
}