sm64coopdx/bin
PeachyPeach 68e1b72b99
3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82)
Modified number_geo to allow it to display orange numbers from 0 to 999.
    Edited red coins/secrets code:
        Added two fields in the Area struct: numRedCoins and numSecrets
        The number of red coins/secrets in every area is computed during level script processing
        Removed the useless global gRedCoinsCollected
    These changes fix the following bugs:
        Wrong sound effect played and incorrect number displayed when there is more than 8 red coins/5 secrets
        Desynced red coins/secrets counter when going from an area to another
        Remotely spawning red coins/secrets stars in other areas without collecting all red coins/secrets
    Pausing the game now shows the correct number of collected red coins / the total number of red coins in the current area.
2022-05-07 19:09:37 -07:00
..
eu merge refresh 10 2020-06-20 02:49:59 +03:00
cave.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
custom_font_title.c DJUI: Adjusted normal font, added missing characters 2021-06-28 18:08:24 -07:00
debug_level_select.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
effect.c Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
fire.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
generic.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
grass.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
inside.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
machine.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
mountain.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
outside.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
segment2.c 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
sky.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
snow.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
spooky.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
title_screen_bg.c Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
water.c Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00