Name some map event reading functions.

This commit is contained in:
yenatch
2015-07-26 00:11:33 -07:00
parent ec10d9dd6f
commit abf3fc2137
3 changed files with 20 additions and 20 deletions

View File

@@ -25236,7 +25236,7 @@ MenuDataHeader_0x24547: ; 0x24547
Function2454f: ; 2454f
ld hl, wd81e
xor a
ld bc, $10
ld bc, NUM_OBJECTS
call ByteFill
nop
ld bc, MapObjects
@@ -25254,13 +25254,13 @@ Function2454f: ; 2454f
ld [de], a
inc de
pop bc
ld hl, $10
ld hl, OBJECT_LENGTH
add hl, bc
ld b, h
ld c, l
pop af
inc a
cp $10
cp NUM_OBJECTS
jr nz, .loop
ret