If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Dragon Warrior/Tutorials: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Music Hacking== ===Value Definitions=== <pre> $00-$7F Note duration (How long a note is held for) $80-$C8 Notes </pre> ===Music Notes=== <pre> Note: The notes is b...") |
m (Xkeeper moved page Dragon Warrior:Tutorials to Dragon Warrior/Tutorials: normalize subpages and titles) |
(No difference)
|
Revision as of 02:41, 24 January 2024
Music Hacking
Value Definitions
$00-$7F Note duration (How long a note is held for) $80-$C8 Notes
Music Notes
Note: The notes is based off of FamiTracker. C-1: 80 C#1: 81 D-1: 82 D#1: 83 E-1: 84 F-1: 85 F#1: 86 G-1: 87 G#1: 88 A-1: 89 A#1: 8A B-1: 8B C-2: 8C C#2: 8D D-2: 8E D#2: 8F E-2: 90 F-2: 91 F#2: 92 G-2: 93 G#2: 94 A-2: 95 A#2: 96 B-2: 97 C-3: 98 C#3: 99 D-3: 9A D#3: 9B E-3: 9C F-3: 9D F#3: 9E G-3: 9F G#3: A0 A-3: A1 A#3: A2 B-3: A3 C-4: A4 C#4: A5 D-4: A6 D#4: A7 E-4: A8 F-4: A9 F#4: AA G-4: AB G#4: AC A-4: AD A#4: AE B-4: AF C-5: B0 C#5: B1 D-5: B2 D#5: B3 E-5: B4 F-5: B5 F#5: B6 G-5: B7 G#5: B8 A-5: B9 A#5: BA B-5: BB C-6: BC C#6: BD D-6: BE D#6: BF E-6: C0 F-6: C1 F#6: C2 G-6: C3 G#6: C4 A-6: C5 A#6: C6 B-6: C7 C-7: C8