summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index a3088c40..2a1e066a 100755
--- a/main.asm
+++ b/main.asm
@@ -4772,7 +4772,6 @@ INCLUDE "engine/battle/moveEffects/recoil_effect.asm"
INCLUDE "engine/battle/moveEffects/conversion_effect.asm"
INCLUDE "engine/battle/moveEffects/haze_effect.asm"
INCLUDE "engine/battle/get_trainer_name.asm"
-INCLUDE "engine/random.asm"
SECTION "NPC Sprites 2", ROMX, BANK[NPC_SPRITES_2]
@@ -6679,3 +6678,7 @@ BeachHouse_GFX:
BeachHouse_Block:
INCBIN "gfx/blocksets/beachhouse.bst"
ENDC
+
+SECTION "bank3d",ROMX,BANK[$3D]
+
+INCLUDE "engine/random.asm"