summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-30 00:47:14 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-30 00:47:14 -0400
commit35f6c55eac49c0357bb7939f0e4c2667f09821d3 (patch)
treedc3fedd53c51f934f88fde3ebf6429508b93a2fc /main.asm
parent8b5cc02a48b6615f3ad4ddd37798f9ed2976c5bd (diff)
Add remaining bank 9 files.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm26
1 files changed, 4 insertions, 22 deletions
diff --git a/main.asm b/main.asm
index 5d00843c..26646edc 100644
--- a/main.asm
+++ b/main.asm
@@ -241,29 +241,11 @@ INCLUDE "engine/pokemon/mon_submenu.asm"
INCLUDE "engine/battle/menu.asm"
INCLUDE "engine/items/buy_sell_toss.asm"
INCLUDE "engine/menus/trainer_card.asm"
-
-ProfOaksPC::
- dr $267af, $267ca
-ProfOaksPCBoot::
- dr $267ca, $2692d
-InitDecorations::
- dr $2692d, $26938
-_PlayerDecorationMenu::
- dr $26938, $270d5
-
-ReceiveDecorationC::
- dr $270d5, $2712c
-DescribeDecoration::
- dr $2712c, $271be
-ToggleMaptileDecorations::
- dr $271be, $27216
-ToggleDecorationsVisibility::
- dr $27216, $27271
+INCLUDE "engine/events/prof_oaks_pc.asm"
+INCLUDE "engine/overworld/decorations.asm"
INCLUDE "engine/battle/read_trainer_dvs.asm"
-ReturnToBattle_UseBall_::
- dr $27307, $2733d
-ConsumeHeldItem::
- dr $2733d, $2739f
+INCLUDE "engine/battle/returntobattle_useball.asm"
+INCLUDE "engine/battle/consume_held_item.asm"
INCLUDE "data/moves/effects.asm"