aboutsummaryrefslogtreecommitdiff
path: root/music
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-07-15 16:52:13 +0200
committerAstatin <[email protected]>2025-07-15 16:52:13 +0200
commit5f2f1449991afc068f3d12afe30af74c69defe39 (patch)
treeffe0cc8c4dedf91485fcaed157f65492e00e4f4a /music
parent44c1f8ed44065e3f3da4c5afe67d4611d15626a8 (diff)
Add morning forest music (kind of meh but first attempt okay ?)
Diffstat (limited to 'music')
-rw-r--r--music/load.gbasm16
-rw-r--r--music/morning-forest.furbin0 -> 765 bytes
-rw-r--r--music/morning-forest.vgmbin0 -> 7127 bytes
-rw-r--r--music/test.vgmbin2093 -> 0 bytes
4 files changed, 8 insertions, 8 deletions
diff --git a/music/load.gbasm b/music/load.gbasm
index dde5627..0634a2b 100644
--- a/music/load.gbasm
+++ b/music/load.gbasm
@@ -1,7 +1,7 @@
Load_Music:
- .LOAD_BANK_OF =_music_Test
+ .LOAD_BANK_OF =_music_Dungeon
- LD HL, ptr(=_music_Test+52)
+ LD HL, ptr(=_music_Dungeon+52)
LD A, L
ADD (HL)
LD L, A
@@ -9,7 +9,7 @@ Load_Music:
ADC $00
LD H, A
- LD A, bank(=_music_Test)
+ LD A, bank(=_music_Dungeon)
LD ($mem_current_vgm_pc), A
LD A, H
LD ($mem_current_vgm_pc+1), A
@@ -18,11 +18,11 @@ Load_Music:
RET
Loop_Music:
- .LOAD_BANK_OF =_music_Test
+ .LOAD_BANK_OF =_music_Dungeon
- LD HL, ptr(=_music_Test+28)
- LD BC, ptr(=_music_Test+28)
- LD E, bank(=_music_Test+28)
+ LD HL, ptr(=_music_Dungeon+28)
+ LD BC, ptr(=_music_Dungeon+28)
+ LD E, bank(=_music_Dungeon+28)
LD A, B
SUB $40
@@ -113,7 +113,7 @@ Play_Music:
.the61thingy.end:
.panic:
- LD A, $saved_rom_bank
+ DBG
STOP
.panic.end:
diff --git a/music/morning-forest.fur b/music/morning-forest.fur
new file mode 100644
index 0000000..f5c4e0c
--- /dev/null
+++ b/music/morning-forest.fur
Binary files differ
diff --git a/music/morning-forest.vgm b/music/morning-forest.vgm
new file mode 100644
index 0000000..fbedcce
--- /dev/null
+++ b/music/morning-forest.vgm
Binary files differ
diff --git a/music/test.vgm b/music/test.vgm
deleted file mode 100644
index 9922409..0000000
--- a/music/test.vgm
+++ /dev/null
Binary files differ