Skip to content

Commit

Permalink
Add new music - Ninox by Meganeko
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Feb 7, 2025
1 parent 1bbf8e3 commit ac7410f
Show file tree
Hide file tree
Showing 12 changed files with 3,376 additions and 3,216 deletions.
39 changes: 20 additions & 19 deletions MUSIC/EXPORTS/musicDefines.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define song_crackdown 0
#define song_the_challenge 1
#define song_cant_let_go 1
#define song_infernoplex_full 2
#define song_retray 3
#define song_atthespeedoflightfull 4
Expand All @@ -20,29 +20,30 @@
#define song_endgame 19
#define song_toe_2 20
#define song_geometrical_dominator 21
#define song_menu_theme 22
#define song_clutterfunk_2 23
#define song_cycles 24
#define song_electroman_adventures 25
#define song_clubstep 26
#define song_back_on_track 27
#define song_blast_processing 28
#define song_stalemate 29
#define song_base_after_base 30
#define song_cant_let_go 31
#define song_clutterfunk_2 22
#define song_cycles 23
#define song_electroman_adventures 24
#define song_clubstep 25
#define song_back_on_track 26
#define song_blast_processing 27
#define song_stalemate 28
#define song_base_after_base 29
#define song_the_challenge 30
#define song_menu_theme 31
#define song_stereo_madness_2 32
#define song_just_right 33
#define song_stereo_madness 34
#define song_atthespeedoflight3 35
#define song_midnight 36
#define song_driving_by_night 37
#define song_chaozfantasy 38
#define song_jumper 39
#define song_xstep 40
#define song_theory_of_everything 41
#define song_deadlocked 42
#define song_ultimatedestruction 43
#define song_xstep 39
#define song_theory_of_everything 40
#define song_deadlocked 41
#define song_ultimatedestruction 42
#define song_ninox 43
#define song_dry_out 44
#define song_scheming_weasel 45
#define song_problematic 46
#define song_max 47
#define song_jumper 45
#define song_scheming_weasel 46
#define song_problematic 47
#define song_max 48
2 changes: 1 addition & 1 deletion MUSIC/EXPORTS/musicPlayRoutines.s
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ music_data_locations_hi:
.endif

music_counts:
.byte 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 4, 5, 5, $FF ;last bank is marked with an FF to always stop bank picking
.byte 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 5, 5, 5, $FF ;last bank is marked with an FF to always stop bank picking
Loading

0 comments on commit ac7410f

Please sign in to comment.