diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2021-10-24 17:41:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-24 13:41:50 -0300 |
| commit | ef53ba82614ae64043101360931af2ee2dd11fea (patch) | |
| tree | d413571c6d26d8806852d5f05ef8b62f9ea4cb3a /src/code/z_kankyo.c | |
| parent | b2747aa8b4186034d6621e8e3eccc44d14ec27a7 (diff) | |
z_game_over.c (#263)
* game over
* Fixes
* Revert save field rename
* Fix comment indent
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* Add bss reordering stuff, fix bss reordering in z_scene_proc
* Enum uggestions, fix item id
* link -> player in enum comments
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'src/code/z_kankyo.c')
| -rw-r--r-- | src/code/z_kankyo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_kankyo.c b/src/code/z_kankyo.c index 22c96883e..6221e0910 100644 --- a/src/code/z_kankyo.c +++ b/src/code/z_kankyo.c @@ -74,11 +74,11 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/func_800FBCBC.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/func_800FBDEC.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/Kankyo_InitGameOverLights.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/func_800FBF3C.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/Kankyo_FadeInGameOverLights.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/func_800FC158.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/Kankyo_FadeOutGameOverLights.s") #pragma GLOBAL_ASM("asm/non_matchings/code/z_kankyo/func_800FC3DC.s") |
