├── README.MD └── Source ├── 3DSTUFF.68K ├── AM3D.68K ├── BACKGR1.BBM ├── BACKGR2A.BBM ├── BACKGR2B.BBM ├── BACKGR3A.BBM ├── BACKUP.BAT ├── BATDATA.EQU ├── BATHOME.PRJ ├── BATMAN.68K ├── BATMAN.EQU ├── BATMAN.PRJ ├── BATSNASM.PRJ ├── BAT_IP.68K ├── BAT_SP.68K ├── BIP_PAL.68K ├── BLANK.68K ├── BLEV1.PRJ ├── BLEV2.PRJ ├── BLEV3.PRJ ├── BLEV4.PRJ ├── BLEV5.PRJ ├── BRIANS ├── BAFBRN0.CD8 ├── BANG1.CD8 ├── BATMAN.EQU ├── BATMOB3.CD8 ├── BATSKI0.CD8 ├── CDAD_D00.OLD ├── CDAD_D00.S ├── CDAD_D04.OLD ├── CDAD_D04.S ├── CDAD_D10.S ├── CDAD_DS1.S ├── CDAD_DS4.S ├── CDAD_DSB.S ├── CDAD_M.S ├── CDAD_S.OLD ├── CDAD_S.S ├── CDAD_Z.S ├── CDAD_Z.Z80 ├── CLANG0.CD8 ├── CRASH0.CD8 ├── DEBRIS0.CD8 ├── EXPLOD2.CD8 ├── FLAMES0.CD8 ├── JET2.CD8 ├── ROAD0.CD8 ├── SKID2.CD8 └── TRUCK1.CD8 ├── C1.BAT ├── C2.BAT ├── C3.BAT ├── C4.BAT ├── C5.BAT ├── CAR_CTRL.68K ├── CONVERT.68K ├── CREDITS.DOC ├── DAMAGE.68K ├── EQU.EQU ├── GR_READY.68K ├── IPSYS.68K ├── IPSYS.PRJ ├── IPSYS.SYM ├── IPTEST.68K ├── IPTEST.BIN ├── IPTEST.PRJ ├── LEVEL_1 ├── BACKGR1A.BIN ├── BASHER.68K ├── CHARS.BIN ├── CLOUD.EQU ├── CMAPS.BIN ├── CYCLE.68K ├── FIRETRUC.68K ├── GLIST.BIN ├── JACKNBOX.68K ├── MAPS.EQU ├── MINIFIRE.68K ├── SIDEOBJS.EQU ├── SMAPS.BIN ├── STATE.RST └── VILLAN.68K ├── LEVEL_2 ├── BACKANIM.68K ├── BACKGR2A.BIN ├── BACKGR2B.BIN ├── BASHER.68K ├── BOLARD.68K ├── CANNON.68K ├── CHARS.BIN ├── CLOUD.EQU ├── CMAPS.BIN ├── CYCLE.68K ├── GLIST.BIN ├── MAPS.EQU ├── MINICAN.68K ├── SIDEOBJS.EQU ├── SMAPS.BIN ├── STATE.RST ├── TANK.68K ├── TRCONE.68K ├── TRUCK.68K └── VILLAN.68K ├── LEVEL_3 ├── BACKANIM.68K ├── BACKGR3A.BIN ├── BASHER.68K ├── BOLARD.68K ├── CHARS.BIN ├── CLOUD.EQU ├── CMAPS.BIN ├── CYCLE.68K ├── GLIST.BIN ├── ICETRUCK.68K ├── MAPS.EQU ├── SIDEOBJS.EQU ├── SMAPS.BIN ├── STATE.RST ├── TRUCK.68K ├── VILLAN.68K └── WKLITE.68K ├── LEVEL_4 ├── CHARS.BIN ├── CMAPS.BIN ├── CRUNCH.68K ├── GLIST.BIN ├── JETSKI.68K ├── MAPS.EQU ├── RAMP.68K ├── RHOLE.68K ├── SIDEOBJS.EQU ├── SKULL.68K ├── SMAPS.BIN └── STATE.RST ├── LEVEL_5 ├── BOAT.68K ├── BOUYS.68K ├── CHARS.BIN ├── CMAPS.BIN ├── DUCK.68K ├── GLIST.BIN ├── ICEBERGS.68K ├── JETSKI.68K ├── MAPS.EQU ├── MINES.68K ├── PENGUINS.68K ├── RAMP.68K ├── SIDEOBJS.EQU ├── SKULL.68K ├── SMAPS.BIN └── STATE.RST ├── LOGIC.68K ├── MAIN.SYM ├── MAI_AP.68K ├── OBJECT.68K ├── PANEL.EQU ├── ROAD.68K ├── SCALE.68K ├── SHELL.EQU ├── SINTAB.BIN ├── SKI_CTRL.68K ├── SNBUG68K.CF5 ├── SNBUG68K.CF7 ├── SN_MBAT.68K ├── SN_SBAT.68K ├── SN_SWAIT.68K ├── SOUNDMAI.INC ├── SOUNDSUB.INC ├── STATE.RST ├── STEST.68K ├── SUB.SYM ├── SUB_AP.68K ├── TECH.DOC ├── TRASHCAN.68K ├── USROM.BIN ├── VISUALS.68K ├── Z.TXT └── _READ_ME.TXT /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/README.MD -------------------------------------------------------------------------------- /Source/3DSTUFF.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/3DSTUFF.68K -------------------------------------------------------------------------------- /Source/AM3D.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/AM3D.68K -------------------------------------------------------------------------------- /Source/BACKGR1.BBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BACKGR1.BBM -------------------------------------------------------------------------------- /Source/BACKGR2A.BBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BACKGR2A.BBM -------------------------------------------------------------------------------- /Source/BACKGR2B.BBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BACKGR2B.BBM -------------------------------------------------------------------------------- /Source/BACKGR3A.BBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BACKGR3A.BBM -------------------------------------------------------------------------------- /Source/BACKUP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BACKUP.BAT -------------------------------------------------------------------------------- /Source/BATDATA.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATDATA.EQU -------------------------------------------------------------------------------- /Source/BATHOME.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATHOME.PRJ -------------------------------------------------------------------------------- /Source/BATMAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATMAN.68K -------------------------------------------------------------------------------- /Source/BATMAN.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATMAN.EQU -------------------------------------------------------------------------------- /Source/BATMAN.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATMAN.PRJ -------------------------------------------------------------------------------- /Source/BATSNASM.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BATSNASM.PRJ -------------------------------------------------------------------------------- /Source/BAT_IP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BAT_IP.68K -------------------------------------------------------------------------------- /Source/BAT_SP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BAT_SP.68K -------------------------------------------------------------------------------- /Source/BIP_PAL.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BIP_PAL.68K -------------------------------------------------------------------------------- /Source/BLANK.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLANK.68K -------------------------------------------------------------------------------- /Source/BLEV1.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLEV1.PRJ -------------------------------------------------------------------------------- /Source/BLEV2.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLEV2.PRJ -------------------------------------------------------------------------------- /Source/BLEV3.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLEV3.PRJ -------------------------------------------------------------------------------- /Source/BLEV4.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLEV4.PRJ -------------------------------------------------------------------------------- /Source/BLEV5.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BLEV5.PRJ -------------------------------------------------------------------------------- /Source/BRIANS/BAFBRN0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/BAFBRN0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/BANG1.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/BANG1.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/BATMAN.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/BATMAN.EQU -------------------------------------------------------------------------------- /Source/BRIANS/BATMOB3.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/BATMOB3.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/BATSKI0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/BATSKI0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_D00.OLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_D00.OLD -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_D00.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_D00.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_D04.OLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_D04.OLD -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_D04.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_D04.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_D10.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_D10.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_DS1.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_DS1.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_DS4.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_DS4.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_DSB.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_DSB.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_M.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_M.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_S.OLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_S.OLD -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_S.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_S.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_Z.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_Z.S -------------------------------------------------------------------------------- /Source/BRIANS/CDAD_Z.Z80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CDAD_Z.Z80 -------------------------------------------------------------------------------- /Source/BRIANS/CLANG0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CLANG0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/CRASH0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/CRASH0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/DEBRIS0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/DEBRIS0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/EXPLOD2.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/EXPLOD2.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/FLAMES0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/FLAMES0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/JET2.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/JET2.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/ROAD0.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/ROAD0.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/SKID2.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/SKID2.CD8 -------------------------------------------------------------------------------- /Source/BRIANS/TRUCK1.CD8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/BRIANS/TRUCK1.CD8 -------------------------------------------------------------------------------- /Source/C1.BAT: -------------------------------------------------------------------------------- 1 | copy b:*.bin LEVEL_1 2 | exit 3 | 4 |  -------------------------------------------------------------------------------- /Source/C2.BAT: -------------------------------------------------------------------------------- 1 | copy b:*.bin LEVEL_2 2 | exit 3 | 4 |  -------------------------------------------------------------------------------- /Source/C3.BAT: -------------------------------------------------------------------------------- 1 | copy b:*.bin LEVEL_3 2 | exit 3 | 4 |  -------------------------------------------------------------------------------- /Source/C4.BAT: -------------------------------------------------------------------------------- 1 | copy b:*.bin LEVEL_4 2 | exit 3 | 4 |  -------------------------------------------------------------------------------- /Source/C5.BAT: -------------------------------------------------------------------------------- 1 | copy b:*.bin LEVEL_5 2 | exit 3 | 4 |  -------------------------------------------------------------------------------- /Source/CAR_CTRL.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/CAR_CTRL.68K -------------------------------------------------------------------------------- /Source/CONVERT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/CONVERT.68K -------------------------------------------------------------------------------- /Source/CREDITS.DOC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/CREDITS.DOC -------------------------------------------------------------------------------- /Source/DAMAGE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/DAMAGE.68K -------------------------------------------------------------------------------- /Source/EQU.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/EQU.EQU -------------------------------------------------------------------------------- /Source/GR_READY.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/GR_READY.68K -------------------------------------------------------------------------------- /Source/IPSYS.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPSYS.68K -------------------------------------------------------------------------------- /Source/IPSYS.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPSYS.PRJ -------------------------------------------------------------------------------- /Source/IPSYS.SYM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPSYS.SYM -------------------------------------------------------------------------------- /Source/IPTEST.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPTEST.68K -------------------------------------------------------------------------------- /Source/IPTEST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPTEST.BIN -------------------------------------------------------------------------------- /Source/IPTEST.PRJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/IPTEST.PRJ -------------------------------------------------------------------------------- /Source/LEVEL_1/BACKGR1A.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/BACKGR1A.BIN -------------------------------------------------------------------------------- /Source/LEVEL_1/BASHER.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/BASHER.68K -------------------------------------------------------------------------------- /Source/LEVEL_1/CHARS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/CHARS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_1/CLOUD.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/CLOUD.EQU -------------------------------------------------------------------------------- /Source/LEVEL_1/CMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/CMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_1/CYCLE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/CYCLE.68K -------------------------------------------------------------------------------- /Source/LEVEL_1/FIRETRUC.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/FIRETRUC.68K -------------------------------------------------------------------------------- /Source/LEVEL_1/GLIST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/GLIST.BIN -------------------------------------------------------------------------------- /Source/LEVEL_1/JACKNBOX.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/JACKNBOX.68K -------------------------------------------------------------------------------- /Source/LEVEL_1/MAPS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/MAPS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_1/MINIFIRE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/MINIFIRE.68K -------------------------------------------------------------------------------- /Source/LEVEL_1/SIDEOBJS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/SIDEOBJS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_1/SMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/SMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_1/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/STATE.RST -------------------------------------------------------------------------------- /Source/LEVEL_1/VILLAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_1/VILLAN.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/BACKANIM.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/BACKANIM.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/BACKGR2A.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/BACKGR2A.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/BACKGR2B.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/BACKGR2B.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/BASHER.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/BASHER.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/BOLARD.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/BOLARD.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/CANNON.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/CANNON.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/CHARS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/CHARS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/CLOUD.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/CLOUD.EQU -------------------------------------------------------------------------------- /Source/LEVEL_2/CMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/CMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/CYCLE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/CYCLE.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/GLIST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/GLIST.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/MAPS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/MAPS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_2/MINICAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/MINICAN.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/SIDEOBJS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/SIDEOBJS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_2/SMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/SMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_2/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/STATE.RST -------------------------------------------------------------------------------- /Source/LEVEL_2/TANK.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/TANK.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/TRCONE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/TRCONE.68K -------------------------------------------------------------------------------- /Source/LEVEL_2/TRUCK.68K: -------------------------------------------------------------------------------- 1 | 2 |  3 |  -------------------------------------------------------------------------------- /Source/LEVEL_2/VILLAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_2/VILLAN.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/BACKANIM.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/BACKANIM.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/BACKGR3A.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/BACKGR3A.BIN -------------------------------------------------------------------------------- /Source/LEVEL_3/BASHER.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/BASHER.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/BOLARD.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/BOLARD.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/CHARS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/CHARS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_3/CLOUD.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/CLOUD.EQU -------------------------------------------------------------------------------- /Source/LEVEL_3/CMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/CMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_3/CYCLE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/CYCLE.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/GLIST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/GLIST.BIN -------------------------------------------------------------------------------- /Source/LEVEL_3/ICETRUCK.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/ICETRUCK.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/MAPS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/MAPS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_3/SIDEOBJS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/SIDEOBJS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_3/SMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/SMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_3/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/STATE.RST -------------------------------------------------------------------------------- /Source/LEVEL_3/TRUCK.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/TRUCK.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/VILLAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/VILLAN.68K -------------------------------------------------------------------------------- /Source/LEVEL_3/WKLITE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_3/WKLITE.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/CHARS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/CHARS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_4/CMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/CMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_4/CRUNCH.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/CRUNCH.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/GLIST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/GLIST.BIN -------------------------------------------------------------------------------- /Source/LEVEL_4/JETSKI.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/JETSKI.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/MAPS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/MAPS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_4/RAMP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/RAMP.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/RHOLE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/RHOLE.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/SIDEOBJS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/SIDEOBJS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_4/SKULL.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/SKULL.68K -------------------------------------------------------------------------------- /Source/LEVEL_4/SMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/SMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_4/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_4/STATE.RST -------------------------------------------------------------------------------- /Source/LEVEL_5/BOAT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/BOAT.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/BOUYS.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/BOUYS.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/CHARS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/CHARS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_5/CMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/CMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_5/DUCK.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/DUCK.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/GLIST.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/GLIST.BIN -------------------------------------------------------------------------------- /Source/LEVEL_5/ICEBERGS.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/ICEBERGS.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/JETSKI.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/JETSKI.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/MAPS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/MAPS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_5/MINES.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/MINES.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/PENGUINS.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/PENGUINS.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/RAMP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/RAMP.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/SIDEOBJS.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/SIDEOBJS.EQU -------------------------------------------------------------------------------- /Source/LEVEL_5/SKULL.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/SKULL.68K -------------------------------------------------------------------------------- /Source/LEVEL_5/SMAPS.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/SMAPS.BIN -------------------------------------------------------------------------------- /Source/LEVEL_5/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LEVEL_5/STATE.RST -------------------------------------------------------------------------------- /Source/LOGIC.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/LOGIC.68K -------------------------------------------------------------------------------- /Source/MAIN.SYM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/MAIN.SYM -------------------------------------------------------------------------------- /Source/MAI_AP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/MAI_AP.68K -------------------------------------------------------------------------------- /Source/OBJECT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/OBJECT.68K -------------------------------------------------------------------------------- /Source/PANEL.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/PANEL.EQU -------------------------------------------------------------------------------- /Source/ROAD.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/ROAD.68K -------------------------------------------------------------------------------- /Source/SCALE.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SCALE.68K -------------------------------------------------------------------------------- /Source/SHELL.EQU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SHELL.EQU -------------------------------------------------------------------------------- /Source/SINTAB.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SINTAB.BIN -------------------------------------------------------------------------------- /Source/SKI_CTRL.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SKI_CTRL.68K -------------------------------------------------------------------------------- /Source/SNBUG68K.CF5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SNBUG68K.CF5 -------------------------------------------------------------------------------- /Source/SNBUG68K.CF7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SNBUG68K.CF7 -------------------------------------------------------------------------------- /Source/SN_MBAT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SN_MBAT.68K -------------------------------------------------------------------------------- /Source/SN_SBAT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SN_SBAT.68K -------------------------------------------------------------------------------- /Source/SN_SWAIT.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SN_SWAIT.68K -------------------------------------------------------------------------------- /Source/SOUNDMAI.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SOUNDMAI.INC -------------------------------------------------------------------------------- /Source/SOUNDSUB.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SOUNDSUB.INC -------------------------------------------------------------------------------- /Source/STATE.RST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/STATE.RST -------------------------------------------------------------------------------- /Source/STEST.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/STEST.68K -------------------------------------------------------------------------------- /Source/SUB.SYM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SUB.SYM -------------------------------------------------------------------------------- /Source/SUB_AP.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/SUB_AP.68K -------------------------------------------------------------------------------- /Source/TECH.DOC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/TECH.DOC -------------------------------------------------------------------------------- /Source/TRASHCAN.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/TRASHCAN.68K -------------------------------------------------------------------------------- /Source/USROM.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/USROM.BIN -------------------------------------------------------------------------------- /Source/VISUALS.68K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/VISUALS.68K -------------------------------------------------------------------------------- /Source/Z.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/Z.TXT -------------------------------------------------------------------------------- /Source/_READ_ME.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetailGameSourceCode/BatmanReturns/HEAD/Source/_READ_ME.TXT --------------------------------------------------------------------------------