You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Added labels to different parts of the map script and event headers
This commit is contained in:
@@ -1941,7 +1941,7 @@ Functionb1de: ; b1de
|
||||
callba Function494ac
|
||||
jr c, .asm_b230
|
||||
|
||||
ld a, [wRoofPalette]
|
||||
ld a, [wPermission]
|
||||
and 7
|
||||
ld e, a
|
||||
ld d, 0
|
||||
@@ -2007,7 +2007,7 @@ endr
|
||||
ld a, $5 ; BANK(Unkn2Pals)
|
||||
call FarCopyWRAM
|
||||
|
||||
ld a, [wRoofPalette]
|
||||
ld a, [wPermission]
|
||||
cp 1
|
||||
jr z, .asm_b253
|
||||
cp 2
|
||||
|
@@ -146,7 +146,7 @@ Function97cfd:: ; 97cfd
|
||||
ld hl, StatusFlags
|
||||
bit 5, [hl]
|
||||
jr nz, .asm_97d21
|
||||
ld a, [wRoofPalette]
|
||||
ld a, [wPermission]
|
||||
cp $4
|
||||
jr z, .asm_97d17
|
||||
cp $7
|
||||
|
Reference in New Issue
Block a user