diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/copy.asm | 2 | ||||
-rw-r--r-- | home/flag.asm | 8 | ||||
-rw-r--r-- | home/map.asm | 2 | ||||
-rw-r--r-- | home/palettes.asm | 2 | ||||
-rw-r--r-- | home/window.asm | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/home/copy.asm b/home/copy.asm index e49094554..d0bc1983f 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -105,7 +105,7 @@ Functiondfd:: ; dfd -Functione4a:: ; e4a +Special_ReplaceKrisSprite:: ; e4a callba Function14135 ret ; e51 diff --git a/home/flag.asm b/home/flag.asm index 479a51c33..389dd4910 100644 --- a/home/flag.asm +++ b/home/flag.asm @@ -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 diff --git a/home/map.asm b/home/map.asm index 01c3b5824..b93435517 100644 --- a/home/map.asm +++ b/home/map.asm @@ -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 diff --git a/home/palettes.asm b/home/palettes.asm index 38f1d554d..1a24fbe89 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -302,7 +302,7 @@ Functiond90:: ; d90 ; d91 -Functiond91:: ; d91 +Special_ReloadSpritesNoPalettes:: ; d91 ld a, [hCGB] and a ret z diff --git a/home/window.asm b/home/window.asm index e0be7f83d..850b7466e 100644 --- a/home/window.asm +++ b/home/window.asm @@ -40,7 +40,7 @@ Function2de2:: ; 2de2 call Function2e31 ld a, $90 ld [hWY], a - call Functione4a + call Special_ReplaceKrisSprite callba ReturnFromMapSetupScript callba Function106594 ret |