• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Easiest possible way to insert music and loop!

Washibon

---
34
Posts
13
Years
    • Seen May 13, 2011
    Er.. I keep getting this error..

    fa375038
     

    Corvus of the Black Night

    Wild Duck Pokémon
    3,416
    Posts
    15
    Years
  • erp, that's a syntax error x_x you should look up how to use the command prompt if that error's coming up.

    Lol, a Sappy that actually works? Lol... although I still like being able to do it manually. There's that level of control... at least someone finally got it to work though. xD
     

    Washibon

    ---
    34
    Posts
    13
    Years
    • Seen May 13, 2011
    Well.. I'm clearly doing something wrong with the code. Can someone please show me how to put in this code?
     
    3,830
    Posts
    14
    Years
    • Age 27
    • OH
    • Seen Feb 26, 2024
    Wow, this is amazing! I can't believe that the Sappy you linked to actually works on Windows 7! Thanks soooo much! :D
     

    Washibon

    ---
    34
    Posts
    13
    Years
    • Seen May 13, 2011
    Hey so I got past the first part.. But something's wrong with my .s file;

    9aaa63a3



    um, I tried assembling one of the random .s files in the mid2agb folder and it worked.
    But whenever I try my own .s files, I get the same error.

    Can someone please tell me what I'm doing wrong? I'd be grateful if you did, thanks!
     

    BlankPoints

    Dumb Apples
    86
    Posts
    16
    Years
    • Seen Nov 3, 2023
    I from this website with really cool midi, can any midi from different platforms work when inserted in the GBA using this method?
     

    timaeus222

    Music Composer, Mixing/Mastering Engineer
    56
    Posts
    13
    Years
  • I'll uh, post a guide on music hacking without Sappy, for those who cannot use it simply because their computer is mean like that. :)
     
    1
    Posts
    14
    Years
    • Seen May 13, 2011
    can someone please post a pic of the command prompt of how it is supposed to look like when making the .bin files? I followed the directions and I'm stuck at this part.
     
    5
    Posts
    15
    Years
    • Seen Apr 19, 2011
    Hey guys
    I habe a loop problem
    this is my .s file:
    Code:
    	.include "MPlayDef.s"
    
    	.equ	t1_grp, voicegroup000
    	.equ	t1_pri, 0
    	.equ	t1_rev, 0
    	.equ	t1_mvl, 127
    	.equ	t1_key, 0
    	.equ	t1_tbs, 1
    	.equ	t1_exg, 0
    	.equ	t1_cmp, 1
    
    	.section .rodata
    	.global	t1
    	.align	2
    
    @**************** Track 1 (Midi-Chn.1) ****************@
    
    t1_1:
    	.byte	KEYSH , t1_key+0
    @ 000   ----------------------------------------
    	.byte	TEMPO , 190*t1_tbs/2
    	.byte		VOICE , 39
    	.byte		VOL   , 127*t1_mvl/mxv
    	.byte		PAN   , c_v+0
    	.byte	W96
    @ 001   ----------------------------------------
    	.byte		VOL   , 127*t1_mvl/mxv
    	.byte		N05   , Bn0 , v127
    	.byte	W06
    	.byte		        Cn1 
    	.byte	W06
    	.byte		        Cs1 
    	.byte	W06
    	.byte		        Dn1 
    	.byte	W06
    	.byte		        Ds1 
    	.byte	W06
    	.byte		        En1 
    	.byte	W06
    	.byte		        Fn1 
    	.byte	W06
    	.byte		        Fs1 
    	.byte	W06
    	.byte		        En1 
    	.byte	W06
    	.byte		        Fn1 
    	.byte	W06
    	.byte		        Fs1 
    	.byte	W06
    	.byte		        Gn1 
    	.byte	W06
    	.byte		        Gs1 
    	.byte	W06
    	.byte		        An1 
    	.byte	W06
    	.byte		        As1 
    	.byte	W06
    	.byte		        Bn1 
    	.byte	W06
    @ 002   ----------------------------------------
    t1_1_002:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs0 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte	PEND
    @ 003   ----------------------------------------
    t1_1_003:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs0 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte	PEND
    @ 004   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 005   ----------------------------------------
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs0 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        Fs0 
    	.byte		N11   , Dn1 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    @ 006   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 007   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_003
    @ 008   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 009   ----------------------------------------
    t1_1_009:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte	PEND
    @ 010   ----------------------------------------
    t1_1_010:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte	PEND
    @ 011   ----------------------------------------
    t1_1_011:
    	.byte		N11   , En1 , v127
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte	PEND
    @ 012   ----------------------------------------
    t1_1_012:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte	PEND
    @ 013   ----------------------------------------
    t1_1_013:
    	.byte		N11   , Cs1 , v127
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Cs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Cs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Cs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte	PEND
    @ 014   ----------------------------------------
    t1_1_014:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte	PEND
    @ 015   ----------------------------------------
    t1_1_015:
    	.byte		N11   , En1 , v127
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte	PEND
    @ 016   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 017   ----------------------------------------
    t1_1_017:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte	PEND
    @ 018   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 019   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 020   ----------------------------------------
    t1_1_020:
    	.byte		N11   , An0 , v127
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        An0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte	PEND
    @ 021   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 022   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 023   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 024   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 025   ----------------------------------------
    t1_1_025:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Ds1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Ds1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Fs1 
    	.byte	W12
    	.byte	PEND
    @ 026   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 027   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 028   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 029   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 030   ----------------------------------------
    t1_1_030:
    	.byte		N11   , Cn1 , v127
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte		        Cn1 
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte	PEND
    @ 031   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 032   ----------------------------------------
    t1_1_032:
    	.byte		N11   , Dn1 , v127
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        Dn1 
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte	PEND
    @ 033   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 034   ----------------------------------------
    t1_1_034:
    	.byte		N23   , Gs1 , v127
    	.byte	W24
    	.byte		        En1 
    	.byte	W24
    	.byte		        Gs1 
    	.byte	W24
    	.byte		        En1 
    	.byte	W24
    	.byte	PEND
    @ 035   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_034
    @ 036   ----------------------------------------
    t1_1_036:
    	.byte		N11   , Bn0 , v127
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Gs1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Gs1 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		        Ds2 
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte	PEND
    @ 037   ----------------------------------------
    t1_1_037:
    	.byte		N11   , En2 , v127
    	.byte	W12
    	.byte		        Gs1 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Gs1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Bn0 
    	.byte	W12
    	.byte	PEND
    @ 038   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 039   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 040   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 041   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 042   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 043   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 044   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 045   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 046   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 047   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 048   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 049   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 050   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 051   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 052   ----------------------------------------
    t1_1_052:
    	.byte		N11   , Fn1 , v127
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte	PEND
    @ 053   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_052
    @ 054   ----------------------------------------
    t1_1_054:
    	.byte		N11   , En1 , v127
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        En1 
    	.byte	W12
    	.byte		        Bn1 
    	.byte	W12
    	.byte	PEND
    @ 055   ----------------------------------------
    t1_1_055:
    	.byte		N11   , Fn1 , v127
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        Fn1 
    	.byte	W12
    	.byte		        Cn2 
    	.byte	W12
    	.byte	PEND
    @ 056   ----------------------------------------
    t1_1_056:
    	.byte		N11   , Gn1 , v127
    	.byte	W12
    	.byte		        Dn2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte		        Dn2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        Gn1 
    	.byte	W12
    	.byte		        Dn2 
    	.byte	W12
    	.byte	PEND
    @ 057   ----------------------------------------
    t1_1_057:
    	.byte		N11   , An1 , v127
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte	PEND
    @ 058   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_054
    @ 059   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_055
    @ 060   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_056
    @ 061   ----------------------------------------
    t1_1_061:
    	.byte		N11   , An1 , v127
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte		N11   
    	.byte	W12
    	.byte		        An1 
    	.byte	W12
    	.byte		        Fn2 
    	.byte	W12
    	.byte		        En2 
    	.byte	W12
    	.byte		        Dn2 
    	.byte	W12
    	.byte		        Fn2 
    	.byte	W12
    	.byte	PEND
    @ 062   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 063   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_003
    @ 064   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 065   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_009
    @ 066   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 067   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_003
    @ 068   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 069   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_009
    @ 070   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 071   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_003
    @ 072   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 073   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_009
    @ 074   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_010
    @ 075   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_011
    @ 076   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 077   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_013
    @ 078   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_014
    @ 079   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_015
    @ 080   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 081   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_017
    @ 082   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 083   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 084   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 085   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 086   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 087   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 088   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 089   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_025
    @ 090   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 091   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 092   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 093   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 094   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 095   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 096   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 097   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 098   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_034
    @ 099   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_034
    @ 100   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_036
    @ 101   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_037
    @ 102   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 103   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 104   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 105   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 106   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 107   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_020
    @ 108   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 109   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 110   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 111   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_012
    @ 112   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 113   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_030
    @ 114   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 115   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_032
    @ 116   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_052
    @ 117   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_052
    @ 118   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_054
    @ 119   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_055
    @ 120   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_056
    @ 121   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_057
    @ 122   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_054
    @ 123   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_055
    @ 124   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_056
    @ 125   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_061
    @ 126   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 127   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_003
    @ 128   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_002
    @ 129   ----------------------------------------
    	.byte	PATT
    	 .word	t1_1_009
    @ 130   ----------------------------------------
    	.byte	FINE
    
    @******************************************************@
    	.align	2
    
    t1:
    	.byte	1	@ NumTrks
    	.byte	0	@ NumBlks
    	.byte	t1_pri	@ Priority
    	.byte	t1_rev	@ Reverb.
    
    	.word	t1_grp
    
    	.word	t1_1
    
    	.end

    Now my problem is i can't find the loop in this file =/ (its the trainer battle song from Pokemon D/P)
    Can anyone help me please?
     
    Last edited by a moderator:

    The_Show

    Banned
    43
    Posts
    12
    Years
  • can someone please post a pic of the command prompt of how it is supposed to look like when making the .bin files? I followed the directions and I'm stuck at this part.

    here: I am working on two computers, mac for internet, and windows for hacking. My windows computer's internet rarely works so im typing a mac right now and cannot take a screenshot of what I am working on right now. I have solved your problem:

    Spoiler:
     
    Last edited:

    Dylanrockin

    That guy
    276
    Posts
    12
    Years
    • Seen Jun 9, 2016
    Just one little nooblit question that I have. Is there any easier way to delete the tracks other than Right Click, then Delete Track?
     
    145
    Posts
    12
    Years
    • Seen Dec 16, 2020
    Ok so far I have the song in the game (Ruby) but I seem to have a problem finding the right voicegroup. All I hear when I play the sound in Sappy is a bunch of beeps. I know the instrument of the midi is Acoustic Grand, and supposedly the voicegroup for the Surfing tune has Acoustic Grand, but I'm still getting the beeps. Thanks in advanced and thanks for the helpful tut.

    EDIT: Strangely enough I broke out the hex editor and changed the hex after BD to 01. That seems to have given me an Electric Grand. Any suggestions. The song does now play though.
     
    Last edited:

    GoGoJJTech

    (☞゚ヮ゚)☞ http://GoGoJJTech.com ☜(゚ヮ゚☜)
    2,475
    Posts
    11
    Years
  • Great tut Omega Zero
    I tried looping from Clonex25's tut but it messed up Alder's theme.
    This allowed me to do it. Thanks!
     

    mewmasterify

    Actual Mew
    71
    Posts
    13
    Years
  • When you said : Right under where it says "@ 000 -------------", put this:
    "Name of the .s file"_1_loop:

    Do you mean Replace @ 000 ----------- or just create a New Line saying "Name of the .s file"_1_loop:
     
    1
    Posts
    8
    Years
    • Seen Aug 19, 2015
    ummm I'm kinda new but sappy still dosen't work, it just crashes when I load a Firered rom
    pls help using windows 7 service pack 1
     
    Back
    Top