summaryrefslogtreecommitdiff
path: root/audio/engine.asm
diff options
context:
space:
mode:
authorpfero <ohpee@loves.dicksinhisan.us>2018-06-02 17:11:39 +0200
committerpfero <ohpee@loves.dicksinhisan.us>2018-06-02 17:11:39 +0200
commit8a71500cd88bff1379e63cf471c0e759e3191de1 (patch)
treec4d880e9567d4521a57fc08bdf86de10ad17c452 /audio/engine.asm
parente1f279c5133c169f47fb6d54ac438a1728020c09 (diff)
Make songs their own individual objects
Diffstat (limited to 'audio/engine.asm')
-rw-r--r--audio/engine.asm39
1 files changed, 0 insertions, 39 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 4c0ed21..f7a9974 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -169,42 +169,3 @@ _PlayMusic:: ; 3a:4d66
SECTION "Song Header Pointers", ROMX[$52C7], BANK[$3A]
INCLUDE "audio/song_header_pointers.inc"
-
-SECTION "Song None", ROMX[$52ee], BANK[$3a]
-INCLUDE "audio/songs/none.inc"
-
-SECTION "Song NidorinoIntro", ROMX[$4000], BANK[$3b]
-INCLUDE "audio/songs/nidorinointro.inc"
-
-SECTION "Song ViridianCity", ROMX[$41b9], BANK[$3b]
-INCLUDE "audio/songs/viridiancity.inc"
-
-SECTION "Song Route1", ROMX[$44c2], BANK[$3b]
-INCLUDE "audio/songs/route1.inc"
-
-SECTION "Song OakIntro", ROMX[$4685], BANK[$3b]
-INCLUDE "audio/songs/oakintro.inc"
-
-SECTION "Song LeaderBattle", ROMX[$4858], BANK[$3b]
-INCLUDE "audio/songs/leaderbattle.inc"
-
-SECTION "Song TrainerBattle", ROMX[$4e31], BANK[$3b]
-INCLUDE "audio/songs/trainerbattle.inc"
-
-SECTION "Song Heal", ROMX[$55f4], BANK[$3b]
-INCLUDE "audio/songs/heal.inc"
-
-SECTION "Song Bicycle", ROMX[$563e], BANK[$3b]
-INCLUDE "audio/songs/bicycle.inc"
-
-SECTION "Song SpottedRocket", ROMX[$5978], BANK[$3b]
-INCLUDE "audio/songs/spottedrocket.inc"
-
-SECTION "Song VictoryTrainer", ROMX[$59ea], BANK[$3b]
-INCLUDE "audio/songs/victorytrainer.inc"
-
-SECTION "Song Evolution", ROMX[$5b1c], BANK[$3b]
-INCLUDE "audio/songs/evolution.inc"
-
-SECTION "Song Title", ROMX[$62fe], BANK[$3c]
-INCLUDE "audio/songs/title.inc"