Map setup scripts and commands

This commit is contained in:
yenatch
2014-01-26 22:07:19 -05:00
parent 08a0462c1e
commit 1ba5b0f4bc
3 changed files with 374 additions and 47 deletions

View File

@@ -134,7 +134,7 @@ EnterMap: ; 9673e
ld [$d453], a ld [$d453], a
ld [$d454], a ld [$d454], a
call Function968d1 call Function968d1
callba Function15363 callba RunMapSetupScript
call Function966cb call Function966cb
ld a, [$ff9f] ld a, [$ff9f]

View File

@@ -214,7 +214,7 @@ endr
Function222a: ; 222a Function222a: ; 222a
ld a, $fa ld a, $fa
ld [$ff9f], a ld [$ff9f], a
callba Function15363 callba RunMapSetupScript
xor a xor a
ld [$ff9f], a ld [$ff9f], a
ret ret
@@ -1489,7 +1489,7 @@ Function289d: ; 289d
.asm_28ce .asm_28ce
ld b, $6 ld b, $6
ld c, $4 ld c, $4
jr .asm_28f7 jr Function28f7
.asm_28d4 .asm_28d4
ld de, $dcba ld de, $dcba
@@ -1502,8 +1502,10 @@ Function289d: ; 289d
.asm_28dd .asm_28dd
ld b, $5 ld b, $5
ld c, $5 ld c, $5
jr .asm_28f7 jr Function28f7
Function28e3: ; 28e3
ld hl, $d194 ld hl, $d194
ld a, [hli] ld a, [hli]
ld h, [hl] ld h, [hl]
@@ -1515,6 +1517,7 @@ Function289d: ; 289d
ld b, $6 ld b, $6
ld c, $5 ld c, $5
Function28f7: ; 28f7
.asm_28f7 .asm_28f7
push bc push bc
push hl push hl

410
main.asm

File diff suppressed because it is too large Load Diff