summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-28 20:24:36 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-28 20:24:36 -0400
commit7c59b94897641af737b6df5e2c2787799c867432 (patch)
tree37d69a747bbc3b38819ac39c789f89b1c4f21cb1 /main.asm
parent2ce8f80044038d906ca4c0e09587de1a2f0d4c8f (diff)
Viridian Gym
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index c2146a37..4e07b604 100755
--- a/main.asm
+++ b/main.asm
@@ -1096,7 +1096,13 @@ SECTION "bank1D",ROMX,BANK[$1D]
INCLUDE "engine/items/itemfinder.asm"
INCLUDE "scripts/ceruleancity2.asm"
- dr $740d4,$74726
+
+INCLUDE "data/mapHeaders/viridiangym.asm"
+INCLUDE "scripts/viridiangym.asm"
+INCLUDE "data/mapObjects/viridiangym.asm"
+ViridianGymBlocks:
+INCBIN "maps/viridiangym.blk"
+ dr $744de,$74726
VendingMachineMenu: ; 74726 (1d:4726)
dr $74726,$75dfe
PKMNLeaguePC: ; 75dfe (1d:5dfe)