Named more specials, fixed a missing EOL

This commit is contained in:
PikalaxALT
2015-07-20 18:59:26 -04:00
parent d9300a9bec
commit 06673cbee7
42 changed files with 170 additions and 170 deletions

View File

@@ -105,7 +105,7 @@ Functiondfd:: ; dfd
Functione4a:: ; e4a
Special_ReplaceKrisSprite:: ; e4a
callba Function14135
ret
; e51

View File

@@ -1,11 +1,11 @@
Function2e50:: ; 2e50
ResetMapBufferEventFlags:: ; 2e50
xor a
ld hl, EventFlags
ld [hli], a
ret
; 2e56
Function2e56:: ; 2e56
ResetBikeFlags:: ; 2e56
xor a
ld hl, BikeFlags
ld [hli], a
@@ -13,8 +13,8 @@ Function2e56:: ; 2e56
ret
; 2e5d
Function2e5d:: ; 2e5d
ld a, [wd19a]
ResetFlashIfOutOfCave:: ; 2e5d
ld a, [wRoofPalette]
cp $2
jr z, .asm_2e69
cp $1

View File

@@ -1,6 +1,6 @@
; Functions dealing with rendering and interacting with maps.
Function210f:: ; 210f
Clearwc7e8:: ; 210f
ld hl, wc7e8
ld bc, $0018
ld a, $0

View File

@@ -302,7 +302,7 @@ Functiond90:: ; d90
; d91
Functiond91:: ; d91
Special_ReloadSpritesNoPalettes:: ; d91
ld a, [hCGB]
and a
ret z

View File

@@ -40,7 +40,7 @@ Function2de2:: ; 2de2
call Function2e31
ld a, $90
ld [hWY], a
call Functione4a
call Special_ReplaceKrisSprite
callba ReturnFromMapSetupScript
callba Function106594
ret