You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Named more specials, fixed a missing EOL
This commit is contained in:
@@ -105,7 +105,7 @@ Functiondfd:: ; dfd
|
||||
|
||||
|
||||
|
||||
Functione4a:: ; e4a
|
||||
Special_ReplaceKrisSprite:: ; e4a
|
||||
callba Function14135
|
||||
ret
|
||||
; e51
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -302,7 +302,7 @@ Functiond90:: ; d90
|
||||
; d91
|
||||
|
||||
|
||||
Functiond91:: ; d91
|
||||
Special_ReloadSpritesNoPalettes:: ; d91
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
|
@@ -40,7 +40,7 @@ Function2de2:: ; 2de2
|
||||
call Function2e31
|
||||
ld a, $90
|
||||
ld [hWY], a
|
||||
call Functione4a
|
||||
call Special_ReplaceKrisSprite
|
||||
callba ReturnFromMapSetupScript
|
||||
callba Function106594
|
||||
ret
|
||||
|
Reference in New Issue
Block a user