Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Use uncompressed Pokémon cries
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyDragonHunter committed Sep 7, 2020
1 parent 49874d4 commit 71ba1c1
Show file tree
Hide file tree
Showing 395 changed files with 781 additions and 958 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ include songs.mk
%.gbapal: %.png ; $(GFX) $< $@
%.lz: % ; $(GFX) $< $@
%.rl: % ; $(GFX) $< $@
$(CRY_SUBDIR)/%.bin: $(CRY_SUBDIR)/%.aif ; $(AIF) $< $@ --compress
$(CRY_SUBDIR)/%.bin: $(CRY_SUBDIR)/%.aif ; $(AIF) $< $@
sound/%.bin: sound/%.aif ; $(AIF) $< $@


Expand Down
4 changes: 2 additions & 2 deletions asm/macros/music_voice.inc
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
.endm

.macro cry sample
.byte 0x20, 60, 0, 0
.byte 0x0, 60, 0, 0
.4byte \sample
.byte 0xff, 0, 0xff, 0
.endm

.macro cry2 sample
.byte 0x30, 60, 0, 0
.byte 0x10, 60, 0, 0
.4byte \sample
.byte 0xff, 0, 0xff, 0
.endm
Loading

0 comments on commit 71ba1c1

Please sign in to comment.