More comments
Fix some constants
This commit is contained in:
@@ -2106,11 +2106,11 @@ GetMapHeaderMember:: ; 0x2c04
|
||||
; Extract data from the current map's header.
|
||||
|
||||
; inputs:
|
||||
; de = offset of desired data within the mapheader
|
||||
; de = offset of desired data within the mapheader (a MAPHEADER_* constant)
|
||||
|
||||
; outputs:
|
||||
; bc = data from the current map's header
|
||||
; (e.g., de = $0003 would return a pointer to the secondary map header)
|
||||
; (e.g., de = MAPHEADER_MAPHEADER2 would return a pointer to the secondary map header)
|
||||
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
|
@@ -517,7 +517,7 @@ ClearWindowData:: ; 1fbf
|
||||
; 1ff0
|
||||
|
||||
.bytefill ; 1ff0
|
||||
ld bc, $0010
|
||||
ld bc, $10
|
||||
xor a
|
||||
call ByteFill
|
||||
ret
|
||||
|
Reference in New Issue
Block a user