├── .gitignore ├── Makefile ├── README.md ├── constants.asm ├── constants ├── hardware │ ├── LICENSE │ ├── README.md │ └── hardware.inc ├── hram.inc └── wram.inc ├── data └── sound │ ├── sound01.bin │ ├── sound02.bin │ ├── sound03.bin │ ├── sound04.bin │ ├── sound05.bin │ ├── sound06.bin │ ├── sound07.bin │ ├── sound08.bin │ ├── sound09.bin │ ├── sound0A.bin │ ├── sound0B.bin │ ├── sound0C.bin │ ├── sound0D.bin │ ├── sound0E.bin │ ├── sound0F.bin │ ├── sound10.bin │ ├── sound101.bin │ ├── sound102.bin │ ├── sound103.bin │ ├── sound104.bin │ ├── sound105.bin │ ├── sound106.bin │ ├── sound107.bin │ ├── sound108.bin │ ├── sound109.bin │ ├── sound10A.bin │ ├── sound10B.bin │ ├── sound10C.bin │ ├── sound10D.bin │ ├── sound10E.bin │ ├── sound10F.bin │ ├── sound11.bin │ ├── sound110.bin │ ├── sound111.bin │ ├── sound112.bin │ ├── sound113.bin │ ├── sound114.bin │ ├── sound115.bin │ ├── sound116.bin │ ├── sound117.bin │ ├── sound118.bin │ ├── sound119.bin │ ├── sound11A.bin │ ├── sound11B.bin │ ├── sound11C.bin │ ├── sound11D.bin │ ├── sound11E.bin │ ├── sound11F.bin │ ├── sound12.bin │ ├── sound120.bin │ ├── sound121.bin │ ├── sound122.bin │ ├── sound123.bin │ ├── sound124.bin │ ├── sound125.bin │ ├── sound126.bin │ ├── sound127.bin │ ├── sound128.bin │ ├── sound129.bin │ ├── sound12A.bin │ ├── sound12B.bin │ ├── sound12C.bin │ ├── sound12D.bin │ ├── sound12E.bin │ ├── sound12F.bin │ ├── sound13.bin │ ├── sound130.bin │ ├── sound131.bin │ ├── sound132.bin │ ├── sound133.bin │ ├── sound134.bin │ ├── sound135.bin │ ├── sound136.bin │ ├── sound137.bin │ ├── sound138.bin │ ├── sound139.bin │ ├── sound13A.bin │ ├── sound13B.bin │ ├── sound13C.bin │ ├── sound13D.bin │ ├── sound13E.bin │ ├── sound13F.bin │ ├── sound14.bin │ ├── sound140.bin │ ├── sound141.bin │ ├── sound142.bin │ ├── sound143.bin │ ├── sound144.bin │ ├── sound145.bin │ ├── sound146.bin │ ├── sound147.bin │ ├── sound148.bin │ ├── sound149.bin │ ├── sound14A.bin │ ├── sound14B.bin │ ├── sound14C.bin │ ├── sound15.bin │ ├── sound16.bin │ ├── sound161.bin │ ├── sound162.bin │ ├── sound163.bin │ ├── sound164.bin │ ├── sound165.bin │ ├── sound166.bin │ ├── sound167.bin │ ├── sound168.bin │ ├── sound169.bin │ ├── sound16A.bin │ ├── sound16B.bin │ ├── sound16C.bin │ ├── sound16D.bin │ ├── sound16E.bin │ ├── sound16F.bin │ ├── sound17.bin │ ├── sound170.bin │ ├── sound171.bin │ ├── sound172.bin │ ├── sound173.bin │ ├── sound174.bin │ ├── sound175.bin │ ├── sound176.bin │ ├── sound177.bin │ ├── sound178.bin │ ├── sound179.bin │ ├── sound17A.bin │ ├── sound17B.bin │ ├── sound17C.bin │ ├── sound17D.bin │ ├── sound17E.bin │ ├── sound17F.bin │ ├── sound18.bin │ ├── sound180.bin │ ├── sound181.bin │ ├── sound182.bin │ ├── sound183.bin │ ├── sound184.bin │ ├── sound185.bin │ ├── sound186.bin │ ├── sound187.bin │ ├── sound188.bin │ ├── sound189.bin │ ├── sound18A.bin │ ├── sound18B.bin │ ├── sound18C.bin │ ├── sound18D.bin │ ├── sound18E.bin │ ├── sound18F.bin │ ├── sound19.bin │ ├── sound1A.bin │ ├── sound1A1.bin │ ├── sound1A2.bin │ ├── sound1A3.bin │ ├── sound1A4.bin │ ├── sound1A5.bin │ ├── sound1A6.bin │ ├── sound1A7.bin │ ├── sound1A8.bin │ ├── sound1A9.bin │ ├── sound1AA.bin │ ├── sound1AB.bin │ ├── sound1AC.bin │ ├── sound1AD.bin │ ├── sound1AE.bin │ ├── sound1AF.bin │ ├── sound1B.bin │ ├── sound1B0.bin │ ├── sound1B1.bin │ ├── sound1B2.bin │ ├── sound1B3.bin │ ├── sound1B4.bin │ ├── sound1B5.bin │ ├── sound1B6.bin │ ├── sound1B7.bin │ ├── sound1B8.bin │ ├── sound1B9.bin │ ├── sound1BA.bin │ ├── sound1BB.bin │ ├── sound1BC.bin │ ├── sound1BD.bin │ ├── sound1BE.bin │ ├── sound1BF.bin │ ├── sound1C.bin │ ├── sound1C0.bin │ ├── sound1C1.bin │ ├── sound1C2.bin │ ├── sound1C3.bin │ ├── sound1C4.bin │ ├── sound1C5.bin │ ├── sound1C6.bin │ ├── sound1C7.bin │ ├── sound1C8.bin │ ├── sound1C9.bin │ ├── sound1CA.bin │ ├── sound1CB.bin │ ├── sound1CC.bin │ ├── sound1CD.bin │ ├── sound1CE.bin │ ├── sound1CF.bin │ ├── sound1D.bin │ ├── sound1D0.bin │ ├── sound1D1.bin │ ├── sound1E.bin │ ├── sound1E1.bin │ ├── sound1E2.bin │ ├── sound1E3.bin │ ├── sound1E4.bin │ ├── sound1E5.bin │ ├── sound1E6.bin │ ├── sound1E7.bin │ ├── sound1E8.bin │ ├── sound1E9.bin │ ├── sound1EA.bin │ ├── sound1EB.bin │ ├── sound1EC.bin │ ├── sound1ED.bin │ ├── sound1EE.bin │ ├── sound1EF.bin │ ├── sound1F.bin │ ├── sound1F0.bin │ ├── sound1F1.bin │ ├── sound1F2.bin │ ├── sound1F3.bin │ ├── sound1F4.bin │ ├── sound1F5.bin │ ├── sound1F6.bin │ ├── sound1F7.bin │ ├── sound1F8.bin │ ├── sound1F9.bin │ ├── sound1FA.bin │ ├── sound20.bin │ ├── sound201.bin │ ├── sound202.bin │ ├── sound203.bin │ ├── sound204.bin │ ├── sound205.bin │ ├── sound206.bin │ ├── sound207.bin │ ├── sound208.bin │ ├── sound209.bin │ ├── sound20A.bin │ ├── sound20B.bin │ ├── sound20C.bin │ ├── sound20D.bin │ ├── sound20E.bin │ ├── sound20F.bin │ ├── sound21.bin │ ├── sound210.bin │ ├── sound211.bin │ ├── sound212.bin │ ├── sound213.bin │ ├── sound214.bin │ ├── sound215.bin │ ├── sound216.bin │ ├── sound217.bin │ ├── sound218.bin │ ├── sound219.bin │ ├── sound21A.bin │ ├── sound21B.bin │ ├── sound21C.bin │ ├── sound21D.bin │ ├── sound21E.bin │ ├── sound21F.bin │ ├── sound22.bin │ ├── sound220.bin │ ├── sound221.bin │ ├── sound222.bin │ ├── sound223.bin │ ├── sound224.bin │ ├── sound225.bin │ ├── sound226.bin │ ├── sound227.bin │ ├── sound228.bin │ ├── sound229.bin │ ├── sound22A.bin │ ├── sound22B.bin │ ├── sound22C.bin │ ├── sound22D.bin │ ├── sound22E.bin │ ├── sound22F.bin │ ├── sound23.bin │ ├── sound230.bin │ ├── sound231.bin │ ├── sound232.bin │ ├── sound233.bin │ ├── sound234.bin │ ├── sound235.bin │ ├── sound236.bin │ ├── sound237.bin │ ├── sound238.bin │ ├── sound24.bin │ ├── sound25.bin │ ├── sound26.bin │ ├── sound27.bin │ ├── sound28.bin │ ├── sound29.bin │ ├── sound2A.bin │ ├── sound2B.bin │ ├── sound2C.bin │ ├── sound2D.bin │ ├── sound2E.bin │ ├── sound2F.bin │ ├── sound30.bin │ ├── sound31.bin │ ├── sound32.bin │ ├── sound33.bin │ ├── sound34.bin │ ├── sound35.bin │ ├── sound36.bin │ ├── sound37.bin │ ├── sound38.bin │ ├── sound39.bin │ └── sound3A.bin ├── macros.asm ├── main.asm └── rom.md5 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/README.md -------------------------------------------------------------------------------- /constants.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants.asm -------------------------------------------------------------------------------- /constants/hardware/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants/hardware/LICENSE -------------------------------------------------------------------------------- /constants/hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants/hardware/README.md -------------------------------------------------------------------------------- /constants/hardware/hardware.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants/hardware/hardware.inc -------------------------------------------------------------------------------- /constants/hram.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants/hram.inc -------------------------------------------------------------------------------- /constants/wram.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/constants/wram.inc -------------------------------------------------------------------------------- /data/sound/sound01.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound01.bin -------------------------------------------------------------------------------- /data/sound/sound02.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound02.bin -------------------------------------------------------------------------------- /data/sound/sound03.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound03.bin -------------------------------------------------------------------------------- /data/sound/sound04.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound04.bin -------------------------------------------------------------------------------- /data/sound/sound05.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound05.bin -------------------------------------------------------------------------------- /data/sound/sound06.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound06.bin -------------------------------------------------------------------------------- /data/sound/sound07.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound07.bin -------------------------------------------------------------------------------- /data/sound/sound08.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound08.bin -------------------------------------------------------------------------------- /data/sound/sound09.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound09.bin -------------------------------------------------------------------------------- /data/sound/sound0A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0A.bin -------------------------------------------------------------------------------- /data/sound/sound0B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0B.bin -------------------------------------------------------------------------------- /data/sound/sound0C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0C.bin -------------------------------------------------------------------------------- /data/sound/sound0D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0D.bin -------------------------------------------------------------------------------- /data/sound/sound0E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0E.bin -------------------------------------------------------------------------------- /data/sound/sound0F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound0F.bin -------------------------------------------------------------------------------- /data/sound/sound10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10.bin -------------------------------------------------------------------------------- /data/sound/sound101.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound101.bin -------------------------------------------------------------------------------- /data/sound/sound102.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound102.bin -------------------------------------------------------------------------------- /data/sound/sound103.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound103.bin -------------------------------------------------------------------------------- /data/sound/sound104.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound104.bin -------------------------------------------------------------------------------- /data/sound/sound105.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound105.bin -------------------------------------------------------------------------------- /data/sound/sound106.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound106.bin -------------------------------------------------------------------------------- /data/sound/sound107.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound107.bin -------------------------------------------------------------------------------- /data/sound/sound108.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound108.bin -------------------------------------------------------------------------------- /data/sound/sound109.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound109.bin -------------------------------------------------------------------------------- /data/sound/sound10A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10A.bin -------------------------------------------------------------------------------- /data/sound/sound10B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10B.bin -------------------------------------------------------------------------------- /data/sound/sound10C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10C.bin -------------------------------------------------------------------------------- /data/sound/sound10D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10D.bin -------------------------------------------------------------------------------- /data/sound/sound10E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10E.bin -------------------------------------------------------------------------------- /data/sound/sound10F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound10F.bin -------------------------------------------------------------------------------- /data/sound/sound11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11.bin -------------------------------------------------------------------------------- /data/sound/sound110.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound110.bin -------------------------------------------------------------------------------- /data/sound/sound111.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound111.bin -------------------------------------------------------------------------------- /data/sound/sound112.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound112.bin -------------------------------------------------------------------------------- /data/sound/sound113.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound113.bin -------------------------------------------------------------------------------- /data/sound/sound114.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound114.bin -------------------------------------------------------------------------------- /data/sound/sound115.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound115.bin -------------------------------------------------------------------------------- /data/sound/sound116.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound116.bin -------------------------------------------------------------------------------- /data/sound/sound117.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound117.bin -------------------------------------------------------------------------------- /data/sound/sound118.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound118.bin -------------------------------------------------------------------------------- /data/sound/sound119.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound119.bin -------------------------------------------------------------------------------- /data/sound/sound11A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11A.bin -------------------------------------------------------------------------------- /data/sound/sound11B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11B.bin -------------------------------------------------------------------------------- /data/sound/sound11C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11C.bin -------------------------------------------------------------------------------- /data/sound/sound11D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11D.bin -------------------------------------------------------------------------------- /data/sound/sound11E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11E.bin -------------------------------------------------------------------------------- /data/sound/sound11F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound11F.bin -------------------------------------------------------------------------------- /data/sound/sound12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12.bin -------------------------------------------------------------------------------- /data/sound/sound120.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound120.bin -------------------------------------------------------------------------------- /data/sound/sound121.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound121.bin -------------------------------------------------------------------------------- /data/sound/sound122.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound122.bin -------------------------------------------------------------------------------- /data/sound/sound123.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound123.bin -------------------------------------------------------------------------------- /data/sound/sound124.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound124.bin -------------------------------------------------------------------------------- /data/sound/sound125.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound125.bin -------------------------------------------------------------------------------- /data/sound/sound126.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound126.bin -------------------------------------------------------------------------------- /data/sound/sound127.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound127.bin -------------------------------------------------------------------------------- /data/sound/sound128.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound128.bin -------------------------------------------------------------------------------- /data/sound/sound129.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound129.bin -------------------------------------------------------------------------------- /data/sound/sound12A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12A.bin -------------------------------------------------------------------------------- /data/sound/sound12B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12B.bin -------------------------------------------------------------------------------- /data/sound/sound12C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12C.bin -------------------------------------------------------------------------------- /data/sound/sound12D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12D.bin -------------------------------------------------------------------------------- /data/sound/sound12E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12E.bin -------------------------------------------------------------------------------- /data/sound/sound12F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound12F.bin -------------------------------------------------------------------------------- /data/sound/sound13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13.bin -------------------------------------------------------------------------------- /data/sound/sound130.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound130.bin -------------------------------------------------------------------------------- /data/sound/sound131.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound131.bin -------------------------------------------------------------------------------- /data/sound/sound132.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound132.bin -------------------------------------------------------------------------------- /data/sound/sound133.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound133.bin -------------------------------------------------------------------------------- /data/sound/sound134.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound134.bin -------------------------------------------------------------------------------- /data/sound/sound135.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound135.bin -------------------------------------------------------------------------------- /data/sound/sound136.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound136.bin -------------------------------------------------------------------------------- /data/sound/sound137.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound137.bin -------------------------------------------------------------------------------- /data/sound/sound138.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound138.bin -------------------------------------------------------------------------------- /data/sound/sound139.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound139.bin -------------------------------------------------------------------------------- /data/sound/sound13A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13A.bin -------------------------------------------------------------------------------- /data/sound/sound13B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13B.bin -------------------------------------------------------------------------------- /data/sound/sound13C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13C.bin -------------------------------------------------------------------------------- /data/sound/sound13D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13D.bin -------------------------------------------------------------------------------- /data/sound/sound13E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13E.bin -------------------------------------------------------------------------------- /data/sound/sound13F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound13F.bin -------------------------------------------------------------------------------- /data/sound/sound14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound14.bin -------------------------------------------------------------------------------- /data/sound/sound140.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound140.bin -------------------------------------------------------------------------------- /data/sound/sound141.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound141.bin -------------------------------------------------------------------------------- /data/sound/sound142.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound142.bin -------------------------------------------------------------------------------- /data/sound/sound143.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound143.bin -------------------------------------------------------------------------------- /data/sound/sound144.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound144.bin -------------------------------------------------------------------------------- /data/sound/sound145.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound145.bin -------------------------------------------------------------------------------- /data/sound/sound146.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound146.bin -------------------------------------------------------------------------------- /data/sound/sound147.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound147.bin -------------------------------------------------------------------------------- /data/sound/sound148.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound148.bin -------------------------------------------------------------------------------- /data/sound/sound149.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound149.bin -------------------------------------------------------------------------------- /data/sound/sound14A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound14A.bin -------------------------------------------------------------------------------- /data/sound/sound14B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound14B.bin -------------------------------------------------------------------------------- /data/sound/sound14C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound14C.bin -------------------------------------------------------------------------------- /data/sound/sound15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound15.bin -------------------------------------------------------------------------------- /data/sound/sound16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16.bin -------------------------------------------------------------------------------- /data/sound/sound161.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound161.bin -------------------------------------------------------------------------------- /data/sound/sound162.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound162.bin -------------------------------------------------------------------------------- /data/sound/sound163.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound163.bin -------------------------------------------------------------------------------- /data/sound/sound164.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound164.bin -------------------------------------------------------------------------------- /data/sound/sound165.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound165.bin -------------------------------------------------------------------------------- /data/sound/sound166.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound166.bin -------------------------------------------------------------------------------- /data/sound/sound167.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound167.bin -------------------------------------------------------------------------------- /data/sound/sound168.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound168.bin -------------------------------------------------------------------------------- /data/sound/sound169.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound169.bin -------------------------------------------------------------------------------- /data/sound/sound16A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16A.bin -------------------------------------------------------------------------------- /data/sound/sound16B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16B.bin -------------------------------------------------------------------------------- /data/sound/sound16C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16C.bin -------------------------------------------------------------------------------- /data/sound/sound16D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16D.bin -------------------------------------------------------------------------------- /data/sound/sound16E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16E.bin -------------------------------------------------------------------------------- /data/sound/sound16F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound16F.bin -------------------------------------------------------------------------------- /data/sound/sound17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17.bin -------------------------------------------------------------------------------- /data/sound/sound170.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound170.bin -------------------------------------------------------------------------------- /data/sound/sound171.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound171.bin -------------------------------------------------------------------------------- /data/sound/sound172.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound172.bin -------------------------------------------------------------------------------- /data/sound/sound173.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound173.bin -------------------------------------------------------------------------------- /data/sound/sound174.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound174.bin -------------------------------------------------------------------------------- /data/sound/sound175.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound175.bin -------------------------------------------------------------------------------- /data/sound/sound176.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound176.bin -------------------------------------------------------------------------------- /data/sound/sound177.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound177.bin -------------------------------------------------------------------------------- /data/sound/sound178.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound178.bin -------------------------------------------------------------------------------- /data/sound/sound179.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound179.bin -------------------------------------------------------------------------------- /data/sound/sound17A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17A.bin -------------------------------------------------------------------------------- /data/sound/sound17B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17B.bin -------------------------------------------------------------------------------- /data/sound/sound17C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17C.bin -------------------------------------------------------------------------------- /data/sound/sound17D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17D.bin -------------------------------------------------------------------------------- /data/sound/sound17E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17E.bin -------------------------------------------------------------------------------- /data/sound/sound17F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound17F.bin -------------------------------------------------------------------------------- /data/sound/sound18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18.bin -------------------------------------------------------------------------------- /data/sound/sound180.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound180.bin -------------------------------------------------------------------------------- /data/sound/sound181.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound181.bin -------------------------------------------------------------------------------- /data/sound/sound182.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound182.bin -------------------------------------------------------------------------------- /data/sound/sound183.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound183.bin -------------------------------------------------------------------------------- /data/sound/sound184.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound184.bin -------------------------------------------------------------------------------- /data/sound/sound185.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound185.bin -------------------------------------------------------------------------------- /data/sound/sound186.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound186.bin -------------------------------------------------------------------------------- /data/sound/sound187.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound187.bin -------------------------------------------------------------------------------- /data/sound/sound188.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound188.bin -------------------------------------------------------------------------------- /data/sound/sound189.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound189.bin -------------------------------------------------------------------------------- /data/sound/sound18A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18A.bin -------------------------------------------------------------------------------- /data/sound/sound18B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18B.bin -------------------------------------------------------------------------------- /data/sound/sound18C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18C.bin -------------------------------------------------------------------------------- /data/sound/sound18D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18D.bin -------------------------------------------------------------------------------- /data/sound/sound18E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18E.bin -------------------------------------------------------------------------------- /data/sound/sound18F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound18F.bin -------------------------------------------------------------------------------- /data/sound/sound19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound19.bin -------------------------------------------------------------------------------- /data/sound/sound1A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A.bin -------------------------------------------------------------------------------- /data/sound/sound1A1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A1.bin -------------------------------------------------------------------------------- /data/sound/sound1A2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A2.bin -------------------------------------------------------------------------------- /data/sound/sound1A3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A3.bin -------------------------------------------------------------------------------- /data/sound/sound1A4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A4.bin -------------------------------------------------------------------------------- /data/sound/sound1A5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A5.bin -------------------------------------------------------------------------------- /data/sound/sound1A6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A6.bin -------------------------------------------------------------------------------- /data/sound/sound1A7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A7.bin -------------------------------------------------------------------------------- /data/sound/sound1A8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A8.bin -------------------------------------------------------------------------------- /data/sound/sound1A9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1A9.bin -------------------------------------------------------------------------------- /data/sound/sound1AA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AA.bin -------------------------------------------------------------------------------- /data/sound/sound1AB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AB.bin -------------------------------------------------------------------------------- /data/sound/sound1AC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AC.bin -------------------------------------------------------------------------------- /data/sound/sound1AD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AD.bin -------------------------------------------------------------------------------- /data/sound/sound1AE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AE.bin -------------------------------------------------------------------------------- /data/sound/sound1AF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1AF.bin -------------------------------------------------------------------------------- /data/sound/sound1B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B.bin -------------------------------------------------------------------------------- /data/sound/sound1B0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B0.bin -------------------------------------------------------------------------------- /data/sound/sound1B1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B1.bin -------------------------------------------------------------------------------- /data/sound/sound1B2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B2.bin -------------------------------------------------------------------------------- /data/sound/sound1B3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B3.bin -------------------------------------------------------------------------------- /data/sound/sound1B4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B4.bin -------------------------------------------------------------------------------- /data/sound/sound1B5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B5.bin -------------------------------------------------------------------------------- /data/sound/sound1B6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B6.bin -------------------------------------------------------------------------------- /data/sound/sound1B7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B7.bin -------------------------------------------------------------------------------- /data/sound/sound1B8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B8.bin -------------------------------------------------------------------------------- /data/sound/sound1B9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1B9.bin -------------------------------------------------------------------------------- /data/sound/sound1BA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BA.bin -------------------------------------------------------------------------------- /data/sound/sound1BB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BB.bin -------------------------------------------------------------------------------- /data/sound/sound1BC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BC.bin -------------------------------------------------------------------------------- /data/sound/sound1BD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BD.bin -------------------------------------------------------------------------------- /data/sound/sound1BE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BE.bin -------------------------------------------------------------------------------- /data/sound/sound1BF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1BF.bin -------------------------------------------------------------------------------- /data/sound/sound1C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C.bin -------------------------------------------------------------------------------- /data/sound/sound1C0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C0.bin -------------------------------------------------------------------------------- /data/sound/sound1C1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C1.bin -------------------------------------------------------------------------------- /data/sound/sound1C2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C2.bin -------------------------------------------------------------------------------- /data/sound/sound1C3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C3.bin -------------------------------------------------------------------------------- /data/sound/sound1C4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C4.bin -------------------------------------------------------------------------------- /data/sound/sound1C5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C5.bin -------------------------------------------------------------------------------- /data/sound/sound1C6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C6.bin -------------------------------------------------------------------------------- /data/sound/sound1C7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C7.bin -------------------------------------------------------------------------------- /data/sound/sound1C8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C8.bin -------------------------------------------------------------------------------- /data/sound/sound1C9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1C9.bin -------------------------------------------------------------------------------- /data/sound/sound1CA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CA.bin -------------------------------------------------------------------------------- /data/sound/sound1CB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CB.bin -------------------------------------------------------------------------------- /data/sound/sound1CC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CC.bin -------------------------------------------------------------------------------- /data/sound/sound1CD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CD.bin -------------------------------------------------------------------------------- /data/sound/sound1CE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CE.bin -------------------------------------------------------------------------------- /data/sound/sound1CF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1CF.bin -------------------------------------------------------------------------------- /data/sound/sound1D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1D.bin -------------------------------------------------------------------------------- /data/sound/sound1D0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1D0.bin -------------------------------------------------------------------------------- /data/sound/sound1D1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1D1.bin -------------------------------------------------------------------------------- /data/sound/sound1E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E.bin -------------------------------------------------------------------------------- /data/sound/sound1E1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E1.bin -------------------------------------------------------------------------------- /data/sound/sound1E2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E2.bin -------------------------------------------------------------------------------- /data/sound/sound1E3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E3.bin -------------------------------------------------------------------------------- /data/sound/sound1E4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E4.bin -------------------------------------------------------------------------------- /data/sound/sound1E5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E5.bin -------------------------------------------------------------------------------- /data/sound/sound1E6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E6.bin -------------------------------------------------------------------------------- /data/sound/sound1E7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E7.bin -------------------------------------------------------------------------------- /data/sound/sound1E8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E8.bin -------------------------------------------------------------------------------- /data/sound/sound1E9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1E9.bin -------------------------------------------------------------------------------- /data/sound/sound1EA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1EA.bin -------------------------------------------------------------------------------- /data/sound/sound1EB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1EB.bin -------------------------------------------------------------------------------- /data/sound/sound1EC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1EC.bin -------------------------------------------------------------------------------- /data/sound/sound1ED.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1ED.bin -------------------------------------------------------------------------------- /data/sound/sound1EE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1EE.bin -------------------------------------------------------------------------------- /data/sound/sound1EF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1EF.bin -------------------------------------------------------------------------------- /data/sound/sound1F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F.bin -------------------------------------------------------------------------------- /data/sound/sound1F0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F0.bin -------------------------------------------------------------------------------- /data/sound/sound1F1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F1.bin -------------------------------------------------------------------------------- /data/sound/sound1F2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F2.bin -------------------------------------------------------------------------------- /data/sound/sound1F3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F3.bin -------------------------------------------------------------------------------- /data/sound/sound1F4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F4.bin -------------------------------------------------------------------------------- /data/sound/sound1F5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F5.bin -------------------------------------------------------------------------------- /data/sound/sound1F6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F6.bin -------------------------------------------------------------------------------- /data/sound/sound1F7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F7.bin -------------------------------------------------------------------------------- /data/sound/sound1F8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F8.bin -------------------------------------------------------------------------------- /data/sound/sound1F9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1F9.bin -------------------------------------------------------------------------------- /data/sound/sound1FA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound1FA.bin -------------------------------------------------------------------------------- /data/sound/sound20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20.bin -------------------------------------------------------------------------------- /data/sound/sound201.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound201.bin -------------------------------------------------------------------------------- /data/sound/sound202.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound202.bin -------------------------------------------------------------------------------- /data/sound/sound203.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound203.bin -------------------------------------------------------------------------------- /data/sound/sound204.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound204.bin -------------------------------------------------------------------------------- /data/sound/sound205.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound205.bin -------------------------------------------------------------------------------- /data/sound/sound206.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound206.bin -------------------------------------------------------------------------------- /data/sound/sound207.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound207.bin -------------------------------------------------------------------------------- /data/sound/sound208.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound208.bin -------------------------------------------------------------------------------- /data/sound/sound209.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound209.bin -------------------------------------------------------------------------------- /data/sound/sound20A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20A.bin -------------------------------------------------------------------------------- /data/sound/sound20B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20B.bin -------------------------------------------------------------------------------- /data/sound/sound20C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20C.bin -------------------------------------------------------------------------------- /data/sound/sound20D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20D.bin -------------------------------------------------------------------------------- /data/sound/sound20E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20E.bin -------------------------------------------------------------------------------- /data/sound/sound20F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound20F.bin -------------------------------------------------------------------------------- /data/sound/sound21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21.bin -------------------------------------------------------------------------------- /data/sound/sound210.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound210.bin -------------------------------------------------------------------------------- /data/sound/sound211.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound211.bin -------------------------------------------------------------------------------- /data/sound/sound212.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound212.bin -------------------------------------------------------------------------------- /data/sound/sound213.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound213.bin -------------------------------------------------------------------------------- /data/sound/sound214.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound214.bin -------------------------------------------------------------------------------- /data/sound/sound215.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound215.bin -------------------------------------------------------------------------------- /data/sound/sound216.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound216.bin -------------------------------------------------------------------------------- /data/sound/sound217.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound217.bin -------------------------------------------------------------------------------- /data/sound/sound218.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound218.bin -------------------------------------------------------------------------------- /data/sound/sound219.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound219.bin -------------------------------------------------------------------------------- /data/sound/sound21A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21A.bin -------------------------------------------------------------------------------- /data/sound/sound21B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21B.bin -------------------------------------------------------------------------------- /data/sound/sound21C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21C.bin -------------------------------------------------------------------------------- /data/sound/sound21D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21D.bin -------------------------------------------------------------------------------- /data/sound/sound21E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21E.bin -------------------------------------------------------------------------------- /data/sound/sound21F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound21F.bin -------------------------------------------------------------------------------- /data/sound/sound22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22.bin -------------------------------------------------------------------------------- /data/sound/sound220.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound220.bin -------------------------------------------------------------------------------- /data/sound/sound221.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound221.bin -------------------------------------------------------------------------------- /data/sound/sound222.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound222.bin -------------------------------------------------------------------------------- /data/sound/sound223.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound223.bin -------------------------------------------------------------------------------- /data/sound/sound224.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound224.bin -------------------------------------------------------------------------------- /data/sound/sound225.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound225.bin -------------------------------------------------------------------------------- /data/sound/sound226.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound226.bin -------------------------------------------------------------------------------- /data/sound/sound227.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound227.bin -------------------------------------------------------------------------------- /data/sound/sound228.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound228.bin -------------------------------------------------------------------------------- /data/sound/sound229.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound229.bin -------------------------------------------------------------------------------- /data/sound/sound22A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22A.bin -------------------------------------------------------------------------------- /data/sound/sound22B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22B.bin -------------------------------------------------------------------------------- /data/sound/sound22C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22C.bin -------------------------------------------------------------------------------- /data/sound/sound22D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22D.bin -------------------------------------------------------------------------------- /data/sound/sound22E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22E.bin -------------------------------------------------------------------------------- /data/sound/sound22F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound22F.bin -------------------------------------------------------------------------------- /data/sound/sound23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound23.bin -------------------------------------------------------------------------------- /data/sound/sound230.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound230.bin -------------------------------------------------------------------------------- /data/sound/sound231.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound231.bin -------------------------------------------------------------------------------- /data/sound/sound232.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound232.bin -------------------------------------------------------------------------------- /data/sound/sound233.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound233.bin -------------------------------------------------------------------------------- /data/sound/sound234.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound234.bin -------------------------------------------------------------------------------- /data/sound/sound235.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound235.bin -------------------------------------------------------------------------------- /data/sound/sound236.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound236.bin -------------------------------------------------------------------------------- /data/sound/sound237.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound237.bin -------------------------------------------------------------------------------- /data/sound/sound238.bin: -------------------------------------------------------------------------------- 1 | ys -------------------------------------------------------------------------------- /data/sound/sound24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound24.bin -------------------------------------------------------------------------------- /data/sound/sound25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound25.bin -------------------------------------------------------------------------------- /data/sound/sound26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound26.bin -------------------------------------------------------------------------------- /data/sound/sound27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound27.bin -------------------------------------------------------------------------------- /data/sound/sound28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound28.bin -------------------------------------------------------------------------------- /data/sound/sound29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound29.bin -------------------------------------------------------------------------------- /data/sound/sound2A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2A.bin -------------------------------------------------------------------------------- /data/sound/sound2B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2B.bin -------------------------------------------------------------------------------- /data/sound/sound2C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2C.bin -------------------------------------------------------------------------------- /data/sound/sound2D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2D.bin -------------------------------------------------------------------------------- /data/sound/sound2E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2E.bin -------------------------------------------------------------------------------- /data/sound/sound2F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound2F.bin -------------------------------------------------------------------------------- /data/sound/sound30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound30.bin -------------------------------------------------------------------------------- /data/sound/sound31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound31.bin -------------------------------------------------------------------------------- /data/sound/sound32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound32.bin -------------------------------------------------------------------------------- /data/sound/sound33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound33.bin -------------------------------------------------------------------------------- /data/sound/sound34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound34.bin -------------------------------------------------------------------------------- /data/sound/sound35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound35.bin -------------------------------------------------------------------------------- /data/sound/sound36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound36.bin -------------------------------------------------------------------------------- /data/sound/sound37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound37.bin -------------------------------------------------------------------------------- /data/sound/sound38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound38.bin -------------------------------------------------------------------------------- /data/sound/sound39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound39.bin -------------------------------------------------------------------------------- /data/sound/sound3A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/data/sound/sound3A.bin -------------------------------------------------------------------------------- /macros.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/macros.asm -------------------------------------------------------------------------------- /main.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggestspirit/wland3/HEAD/main.asm -------------------------------------------------------------------------------- /rom.md5: -------------------------------------------------------------------------------- 1 | 16bb3fb83e8cbbf2c4c510b9f50cf4ee *wl3.gbc --------------------------------------------------------------------------------