summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-05-30 19:23:56 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-05-30 19:23:56 -0400
commit588267d02050dfe8a566e660de76f7a223dc9617 (patch)
treee7df7199493dcc5408efa43e84918cdf6da0e990 /main.asm
parent00cefcb4f35c0fd433c6852e88bce10e520abe13 (diff)
League PC code, address comments for hidden_items.asm
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 22f3b315..77143ea6 100755
--- a/main.asm
+++ b/main.asm
@@ -1359,10 +1359,14 @@ INCLUDE "scripts/pewtermart.asm"
INCLUDE "data/mapObjects/pewtermart.asm"
dr $7453d,$74726
+
INCLUDE "engine/menu/vending_machine.asm"
+
dr $74851,$75dfe
-PKMNLeaguePC: ; 75dfe (1d:5dfe)
- dr $75dfe,$75f74
+
+INCLUDE "engine/menu/league_pc.asm"
+
+INCLUDE "engine/overworld/elevator.asm"
INCLUDE "engine/overworld/hidden_items.asm"