summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-26 22:07:19 -0500
committeryenatch <yenatch@gmail.com>2014-01-26 22:07:19 -0500
commit1ba5b0f4bce859934a451327838838660406a814 (patch)
tree59be25f6f21ab359b7a36642ae94a23a3170c52f /home/map.asm
parent08a0462c1e588c2efb99097cf1e9b314f600b009 (diff)
Map setup scripts and commands
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 79af8ffc1..6094332e7 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -214,7 +214,7 @@ endr
Function222a: ; 222a
ld a, $fa
ld [$ff9f], a
- callba Function15363
+ callba RunMapSetupScript
xor a
ld [$ff9f], a
ret
@@ -1489,7 +1489,7 @@ Function289d: ; 289d
.asm_28ce
ld b, $6
ld c, $4
- jr .asm_28f7
+ jr Function28f7
.asm_28d4
ld de, $dcba
@@ -1502,8 +1502,10 @@ Function289d: ; 289d
.asm_28dd
ld b, $5
ld c, $5
- jr .asm_28f7
+ jr Function28f7
+
+Function28e3: ; 28e3
ld hl, $d194
ld a, [hli]
ld h, [hl]
@@ -1515,6 +1517,7 @@ Function289d: ; 289d
ld b, $6
ld c, $5
+Function28f7: ; 28f7
.asm_28f7
push bc
push hl