├── .github └── workflows │ └── ci.yml ├── .gitignore ├── .gitmodules ├── Makefile ├── README.md ├── baserom.us.yaml ├── diff ├── diff.py ├── diff_settings.py ├── first_diff.py ├── include ├── ba │ └── hold.h ├── bs.h ├── bs │ ├── blongleg.h │ ├── firstp.h │ ├── trexlarge.h │ └── trexsmall.h ├── buffers.h ├── buttons.h ├── ca │ └── pod.h ├── ch │ ├── alienkids.h │ ├── appearfx.h │ ├── baddiesetup.h │ ├── biggafoot.h │ ├── bigtopticket.h │ ├── boggy │ │ ├── fatboy.h │ │ └── girl.h │ ├── bounce.h │ ├── bubble.h │ ├── bubbleelevator.h │ ├── burgerstand.h │ ├── cauldronenergybars.h │ ├── cauldronentrydoor.h │ ├── clockworkmouse.h │ ├── conga.h │ ├── crusher.h │ ├── doormake.h │ ├── doubloon.h │ ├── electricfence.h │ ├── exploder.h │ ├── factory │ │ ├── entrydoors.h │ │ ├── flypad.h │ │ ├── linkgrill.h │ │ ├── maindoor.h │ │ ├── roofbits.h │ │ └── workerdirty.h │ ├── fireicestorm.h │ ├── flysaucerdoor.h │ ├── friesstand.h │ ├── ghostdoor.h │ ├── glowbo.h │ ├── hagstraindoorswit.h │ ├── handcart.h │ ├── heggy.h │ ├── hellterskelter.h │ ├── honeycarrier.h │ ├── inflatablebossdoor.h │ ├── introtext.h │ ├── jiggybeam.h │ ├── jiggypost.h │ ├── lagoonentrygate.h │ ├── lavacolumnswitch.h │ ├── lavaentrancebridgeswitch.h │ ├── lavaentrydoor.h │ ├── lavaexplodbuild.h │ ├── lavaslabswitch.h │ ├── lavatraindoorswitch.h │ ├── masterjiggy.h │ ├── mayaentrydoor.h │ ├── mineentrygrill.h │ ├── minegrilldoor.h │ ├── minelightswitch.h │ ├── mole.h │ ├── molehill.h │ ├── mrsboggy.h │ ├── mrtannoy.h │ ├── nicecavemenguard.h │ ├── pickups.h │ ├── secreteggs.h │ ├── skeletonexplode.h │ ├── terryteeth.h │ ├── transparentfish.h │ ├── warppad.h │ └── witchyentrygates.h ├── co │ └── sectionstor.h ├── common.h ├── core1 │ ├── 1E29B60.h │ ├── 1E2C940.h │ ├── 1E2D890.h │ ├── heap.h │ └── mlmtx.h ├── core2 │ ├── 1E2B200.h │ ├── 1E2F380.h │ ├── 1E65B90.h │ ├── 1E66990.h │ ├── 1E67DA0.h │ ├── 1E68670.h │ ├── 1E691A0.h │ ├── 1E6A190.h │ ├── 1E6A730.h │ ├── 1E6B900.h │ ├── 1E6E870.h │ ├── 1E6EC70.h │ ├── 1E6F080.h │ ├── 1E72EA0.h │ ├── 1E75620.h │ ├── 1E75710.h │ ├── 1E75920.h │ ├── 1E76360.h │ ├── 1E76500.h │ ├── 1E76880.h │ ├── 1E76CC0.h │ ├── 1E77A20.h │ ├── 1E78170.h │ ├── 1E78BF0.h │ ├── 1E79FD0.h │ ├── 1E7AB30.h │ ├── 1E7B250.h │ ├── 1E7BFA0.h │ ├── 1E7D460.h │ ├── 1E7E9A0.h │ ├── 1E80A70.h │ ├── 1E82660.h │ ├── 1E831D0.h │ ├── 1E83680.h │ ├── 1E8DC70.h │ ├── 1E8DFA0.h │ ├── 1E8F430.h │ ├── 1E91790.h │ ├── 1E93440.h │ ├── 1E965B0.h │ ├── 1E97EF0.h │ ├── 1E99980.h │ ├── 1E9A960.h │ ├── 1EA0690.h │ ├── 1EA0AA0.h │ ├── 1EA1270.h │ ├── 1EA1DA0.h │ ├── 1EA3AA0.h │ ├── 1EA4CD0.h │ ├── 1EA78C0.h │ ├── 1EA9160.h │ ├── 1EAAD80.h │ ├── 1EAB8B0.h │ ├── 1EABAC0.h │ ├── 1EAD060.h │ ├── 1EAD6C0.h │ ├── 1EAE6C0.h │ ├── 1EAF950.h │ ├── 1EB2840.h │ ├── 1EB2B30.h │ ├── 1EB2C90.h │ ├── 1EB3750.h │ ├── 1EB45C0.h │ ├── 1EB5980.h │ ├── 1EB5E70.h │ ├── 1EB93C0.h │ ├── 1EBA250.h │ ├── 1EBB4F0.h │ ├── 1EBCFC0.h │ ├── 1EC1380.h │ ├── 1EC2350.h │ ├── 1EC2FD0.h │ ├── 1EC3810.h │ ├── 1EC4CC0.h │ ├── 1EC8070.h │ ├── 1EC9740.h │ ├── 1ECA640.h │ ├── 1ECB0F0.h │ ├── 1ECB9F0.h │ ├── 1ECD070.h │ ├── 1ECD170.h │ ├── 1ECE0B0.h │ ├── 1ED3900.h │ ├── 1ED4E30.h │ ├── 1ED68A0.h │ ├── 1ED8C80.h │ ├── 1EDA900.h │ ├── 1EDAEA0.h │ ├── 1EDB4D0.h │ ├── 1EDC070.h │ ├── 1EDC7B0.h │ ├── 1EDCA30.h │ ├── 1EDD9C0.h │ ├── 1EDED00.h │ ├── 1EDFED0.h │ ├── 1EE1510.h │ ├── 1EE27C0.h │ ├── 1EE4020.h │ ├── 1EE4270.h │ ├── 1EE5DF0.h │ ├── 1EE9AB0.h │ ├── 1EEBA50.h │ ├── 1EEC090.h │ ├── 1EEEC40.h │ ├── 1EEEF00.h │ ├── 1EEF790.h │ ├── anctrl.h │ └── physics.h ├── freelist.h ├── fx │ ├── dialog.h │ ├── kern.h │ ├── sparkle.h │ └── twinkle.h ├── gameflags.h ├── gc │ ├── audiolist.h │ ├── collectDLL.h │ ├── cubesearch.h │ ├── dialogcamera.h │ ├── game.h │ ├── gamefix.h │ ├── goto.h │ ├── introtext.h │ ├── level.h │ ├── newoption.h │ ├── newpause.h │ ├── sectionDll.h │ └── sectionskip.h ├── ge │ └── markersDll.h ├── gfx.h ├── gl │ ├── cutDll.h │ ├── dbstring.h │ ├── globalsettings.h │ ├── reflight.h │ └── splinefind.h ├── gs │ └── propctrl.h ├── jiggies.h ├── macro.inc ├── maps.h ├── memory.h ├── ml.h ├── nc │ ├── ba │ │ ├── bee.h │ │ ├── climb.h │ │ ├── die.h │ │ ├── dive.h │ │ ├── fly.h │ │ ├── glide.h │ │ ├── jig.h │ │ ├── ledge.h │ │ ├── pan.h │ │ ├── pivot.h │ │ ├── spiral.h │ │ ├── string.h │ │ ├── suck.h │ │ └── target.h │ └── poddialog.h ├── overlays.h ├── player.h ├── prelude.inc ├── su │ ├── baddieDll.h │ ├── baddieaudioloop.h │ ├── baddieaudioquick.h │ ├── baddiedialog.h │ ├── baddiefade.h │ ├── baddiefind.h │ ├── baddieitem.h │ ├── baddierouteDll.h │ ├── baddiesect.h │ ├── baddieskeleton.h │ ├── coasterfly.h │ ├── deflect.h │ ├── dialog.h │ ├── expression.h │ ├── inv.h │ ├── jiggy.h │ ├── mole.h │ ├── quiz.h │ ├── restart.h │ ├── splinet.h │ └── templeboss.h ├── threads.h ├── transformations.h ├── types.h └── vector.h ├── overlays.us.toml ├── ovl_reloc_addrs.us.txt ├── ovl_symbol_addrs.us.txt ├── reloc_addrs.us.txt ├── src ├── boot │ ├── 1050.c │ ├── 1140.c │ └── 1270.c ├── buffers.c ├── core1 │ ├── 1E29B60.c │ ├── 1E2A0E0.c │ ├── 1E2B7B0.c │ ├── 1E2B840.c │ ├── 1E2C940.c │ ├── 1E2D890.c │ ├── 1E2E730.c │ ├── 1E2F380.c │ ├── 1E319F0.c │ ├── 1E31B40.c │ ├── 1E32FE0.c │ ├── 1E33860.c │ ├── 1E33CF0.c │ ├── 1E33E20.c │ ├── 1E34E70.c │ ├── 1E34F80.c │ ├── 1E357E0.c │ ├── 1E35DD0.c │ ├── 1E36310.c │ ├── 1E36640.c │ ├── 1E38970.c │ ├── 1E389F0.c │ ├── 1E38AA0.c │ ├── 1E39740.c │ ├── 1E39CE0.c │ ├── 1E3C9C0.c │ ├── 1E3CA10.c │ ├── 1E3D9B0.c │ ├── 1E3DAA0.c │ ├── 1E3DBE0.c │ ├── 1E3DC30.c │ ├── 1E3DE60.c │ ├── 1E3DEF0.c │ ├── 1E3E710.c │ ├── 1E3E7E0.c │ ├── 1E3E910.c │ ├── 1E3ECA0.c │ ├── 1E3ED50.c │ ├── 1E3EDE0.c │ ├── 1E41100.c │ ├── 1E411A0.c │ ├── 1E42660.c │ ├── 1E42810.c │ ├── 1E43D60.c │ ├── 1E440D0.c │ ├── 1E440F0.c │ ├── 1E44B60.c │ ├── 1E44F80.c │ ├── core1bss1_0.s │ ├── core1bss1_1.s │ ├── core1bss1_2.s │ ├── core1bss2.c │ ├── crc.c │ ├── defrag.c │ ├── heap.c │ ├── idle.c │ ├── memory.c │ ├── mlmtx.c │ └── tidy.c ├── core2 │ ├── 1E64F00.c │ ├── 1E66990.c │ ├── 1E67DA0.c │ ├── 1E68670.c │ ├── 1E691A0.c │ ├── 1E6A190.c │ ├── 1E6A480.c │ ├── 1E6A730.c │ ├── 1E6B700.c │ ├── 1E6B900.c │ ├── 1E6E760.c │ ├── 1E6E870.c │ ├── 1E6EC70.c │ ├── 1E6F080.c │ ├── 1E71B00.c │ ├── 1E72180.c │ ├── 1E72EA0.c │ ├── 1E75620.c │ ├── 1E75710.c │ ├── 1E75920.c │ ├── 1E75B90.c │ ├── 1E76360.c │ ├── 1E76500.c │ ├── 1E76880.c │ ├── 1E76CC0.c │ ├── 1E77A20.c │ ├── 1E78170.c │ ├── 1E78BF0.c │ ├── 1E79FD0.c │ ├── 1E7AB30.c │ ├── 1E7B250.c │ ├── 1E7BAB0.c │ ├── 1E7BFA0.c │ ├── 1E7D460.c │ ├── 1E7E9A0.c │ ├── 1E7EAB0.c │ ├── 1E7EC10.c │ ├── 1E7EDB0.c │ ├── 1E7EE40.c │ ├── 1E7F220.c │ ├── 1E7F3A0.c │ ├── 1E7F4D0.c │ ├── 1E7F6A0.c │ ├── 1E80A70.c │ ├── 1E82660.c │ ├── 1E831D0.c │ ├── 1E83680.c │ ├── 1E837B0.c │ ├── 1E83B90.c │ ├── 1E875C0.c │ ├── 1E88E90.c │ ├── 1E8A640.c │ ├── 1E8A670.c │ ├── 1E8BFE0.c │ ├── 1E8CC00.c │ ├── 1E8D2C0.c │ ├── 1E8DC70.c │ ├── 1E8DCD0.c │ ├── 1E8DFA0.c │ ├── 1E8EFC0.c │ ├── 1E8F430.c │ ├── 1E91790.c │ ├── 1E93280.c │ ├── 1E93440.c │ ├── 1E95650.c │ ├── 1E95F80.c │ ├── 1E965B0.c │ ├── 1E96E60.c │ ├── 1E97EF0.c │ ├── 1E993C0.c │ ├── 1E995C0.c │ ├── 1E99980.c │ ├── 1E9A960.c │ ├── 1E9E480.c │ ├── 1E9F060.c │ ├── 1EA0210.c │ ├── 1EA0690.c │ ├── 1EA0AA0.c │ ├── 1EA1270.c │ ├── 1EA1DA0.c │ ├── 1EA3AA0.c │ ├── 1EA4CD0.c │ ├── 1EA5130.c │ ├── 1EA5180.c │ ├── 1EA6B20.c │ ├── 1EA78C0.c │ ├── 1EA9160.c │ ├── 1EAAD80.c │ ├── 1EAB8B0.c │ ├── 1EABAC0.c │ ├── 1EAC200.c │ ├── 1EAC810.c │ ├── 1EAD060.c │ ├── 1EAD6C0.c │ ├── 1EADCF0.c │ ├── 1EAE6C0.c │ ├── 1EAEB40.c │ ├── 1EAED30.c │ ├── 1EAF950.c │ ├── 1EB2130.c │ ├── 1EB2840.c │ ├── 1EB2B30.c │ ├── 1EB2C90.c │ ├── 1EB2EF0.c │ ├── 1EB3750.c │ ├── 1EB45C0.c │ ├── 1EB52C0.c │ ├── 1EB57A0.c │ ├── 1EB5980.c │ ├── 1EB5C70.c │ ├── 1EB5E70.c │ ├── 1EB93C0.c │ ├── 1EB9940.c │ ├── 1EBA250.c │ ├── 1EBAA10.c │ ├── 1EBB4F0.c │ ├── 1EBCFC0.c │ ├── 1EBE020.c │ ├── 1EC0300.c │ ├── 1EC0F10.c │ ├── 1EC1380.c │ ├── 1EC1990.c │ ├── 1EC1AD0.c │ ├── 1EC2350.c │ ├── 1EC2FD0.c │ ├── 1EC3810.c │ ├── 1EC4CC0.c │ ├── 1EC6180.c │ ├── 1EC7E20.c │ ├── 1EC8070.c │ ├── 1EC9740.c │ ├── 1ECA640.c │ ├── 1ECB0F0.c │ ├── 1ECBB80.c │ ├── 1ECBCC0.c │ ├── 1ECD070.c │ ├── 1ECD170.c │ ├── 1ECE0B0.c │ ├── 1ED37B0.c │ ├── 1ED3880.c │ ├── 1ED3900.c │ ├── 1ED4440.c │ ├── 1ED4E30.c │ ├── 1ED68A0.c │ ├── 1ED8C80.c │ ├── 1ED9D70.c │ ├── 1EDA900.c │ ├── 1EDAEA0.c │ ├── 1EDB4D0.c │ ├── 1EDC070.c │ ├── 1EDC7B0.c │ ├── 1EDCA30.c │ ├── 1EDD9C0.c │ ├── 1EDDA60.c │ ├── 1EDDC40.c │ ├── 1EDED00.c │ ├── 1EDFED0.c │ ├── 1EE0310.c │ ├── 1EE06E0.c │ ├── 1EE1500.c │ ├── 1EE1510.c │ ├── 1EE27C0.c │ ├── 1EE4020.c │ ├── 1EE4270.c │ ├── 1EE5DF0.c │ ├── 1EE7080.c │ ├── 1EE73D0.c │ ├── 1EE7920.c │ ├── 1EE7960.c │ ├── 1EE8100.c │ ├── 1EE8860.c │ ├── 1EE8B70.c │ ├── 1EE92B0.c │ ├── 1EE9AB0.c │ ├── 1EEBA50.c │ ├── 1EEBEA0.c │ ├── 1EEC090.c │ ├── 1EEE680.c │ ├── 1EEE770.c │ ├── 1EEEC40.c │ ├── 1EEEF00.c │ ├── 1EEF790.c │ ├── 1EF0140.c │ ├── 1EF01E0.c │ ├── anctrl.c │ ├── baanim.c │ ├── baflag.c │ ├── bainput.c │ ├── bakey.c │ ├── baphysics.c │ ├── baroll.c │ ├── bastatetimer.c │ ├── bastick.c │ ├── core2bss1.s │ ├── core2bss2.s │ ├── freelist.c │ ├── overlays.c │ ├── vector.c │ └── yaw.c └── overlays │ ├── an │ ├── seq.c │ └── seq.h │ ├── ba │ ├── airr.c │ ├── alarm.c │ ├── alarm.h │ ├── anim.h │ ├── assets.h │ ├── attach.c │ ├── attach.h │ ├── babykaz.h │ ├── backpack.h │ ├── bee.c │ ├── bee.h │ ├── boost.c │ ├── boost.h │ ├── bounce.c │ ├── bounce.h │ ├── buzz.c │ ├── buzz.h │ ├── bykaz.c │ ├── ckpack.c │ ├── cough.c │ ├── cough.h │ ├── data.c │ ├── data.h │ ├── deathmatch.c │ ├── dialog.c │ ├── drone.c │ ├── drone.h │ ├── dronemem.c │ ├── duo.c │ ├── duo.h │ ├── dust.c │ ├── dust.h │ ├── egg │ │ ├── aim.c │ │ ├── cursor.c │ │ ├── fire.c │ │ └── setup.c │ ├── eggs.h │ ├── flag.h │ ├── flameline.c │ ├── flamethrower.c │ ├── fly.c │ ├── fly.h │ ├── fpctrl.c │ ├── fpctrl.h │ ├── hitspline.c │ ├── hold.c │ ├── input.h │ ├── invisible.c │ ├── kaztorpedo.c │ ├── kaztorpedo.h │ ├── key.h │ ├── motor.c │ ├── motor.h │ ├── move │ │ ├── goto.c │ │ ├── goto.h │ │ ├── hover.c │ │ ├── ledge.c │ │ ├── spline.c │ │ ├── spline.h │ │ ├── thrust.c │ │ └── thrust.h │ ├── mum.c │ ├── mum.h │ ├── packctrl.c │ ├── packctrl.h │ ├── physics.h │ ├── playerstate.h │ ├── preload.c │ ├── pulse.c │ ├── react.c │ ├── react.h │ ├── roll.h │ ├── setup.c │ ├── shake.c │ ├── shoes.c │ ├── shoes.h │ ├── shoessuck.c │ ├── shoessuck.h │ ├── snowll.c │ ├── spin.c │ ├── spin.h │ ├── squash.c │ ├── statemem.c │ ├── statemem.h │ ├── statetimer.h │ ├── stick.h │ ├── sub.c │ ├── sudie.c │ ├── sudie.h │ ├── swim.c │ ├── timer.c │ ├── timer.h │ ├── translate.c │ ├── translate.h │ ├── van.c │ ├── van.h │ ├── wandglow.c │ ├── wandglow.h │ ├── washer.c │ ├── washer.h │ ├── wobble.c │ ├── wobble.h │ └── yaw.h │ ├── bs │ ├── babykaz.c │ ├── ban │ │ ├── bflip.c │ │ ├── packwhack.c │ │ ├── sack.c │ │ ├── shack.c │ │ ├── snooze.c │ │ └── swim.c │ ├── bbarge.c │ ├── bbilldrill.c │ ├── bbuster.c │ ├── bee.c │ ├── beefly.c │ ├── beemain.c │ ├── beggass.c │ ├── begghead.c │ ├── bflap.c │ ├── bflip.c │ ├── bfly.c │ ├── bkflamethrower.c │ ├── blongleg.c │ ├── bpeck.c │ ├── breegullbash.c │ ├── btrot.c │ ├── bwhirl.c │ ├── carry.c │ ├── chokedie.c │ ├── claw.c │ ├── climb.c │ ├── crashout.c │ ├── crouch.c │ ├── crouch.h │ ├── die.c │ ├── drone.c │ ├── drone.h │ ├── drone │ │ ├── bitten.c │ │ ├── bubbled.c │ │ ├── falldie.c │ │ ├── fired.c │ │ ├── goto.c │ │ ├── jump.c │ │ ├── look.c │ │ ├── slide.c │ │ ├── suckunder.c │ │ ├── vanish.c │ │ ├── waitbabykaz.c │ │ └── xform.c │ ├── firstp.c │ ├── hock.c │ ├── jig.c │ ├── jump.c │ ├── kaz.c │ ├── kaz.h │ ├── kaz │ │ ├── crouch.c │ │ ├── crouch.h │ │ ├── die.c │ │ ├── die.h │ │ ├── eggass.c │ │ ├── eggass.h │ │ ├── egghead.c │ │ ├── egghead.h │ │ ├── flamethrower.c │ │ ├── flamethrower.h │ │ ├── fly.c │ │ ├── fly.h │ │ ├── glide.c │ │ ├── glide.h │ │ ├── hatch.c │ │ ├── hatch.h │ │ ├── jump.c │ │ ├── jump.h │ │ ├── move.c │ │ ├── move.h │ │ ├── ow.c │ │ ├── ow.h │ │ ├── paddle.c │ │ ├── paddle.h │ │ ├── shock.c │ │ ├── shock.h │ │ ├── shoesspringjump.c │ │ ├── shoesspringjump.h │ │ ├── shoessuckspline.c │ │ ├── shoessuckspline.h │ │ ├── spring.c │ │ ├── spring.h │ │ ├── still.c │ │ ├── still.h │ │ ├── stilt.c │ │ ├── stilt.h │ │ ├── torpedo.c │ │ ├── torpedo.h │ │ ├── wingwhack.c │ │ └── wingwhack.h │ ├── ledge.c │ ├── ledge.h │ ├── mum.c │ ├── mum.h │ ├── mum │ │ ├── attack.c │ │ ├── attack.h │ │ ├── cast.c │ │ ├── cast.h │ │ ├── move.c │ │ ├── move.h │ │ ├── splat.c │ │ ├── splat.h │ │ ├── still.c │ │ ├── still.h │ │ ├── swim.c │ │ └── swim.h │ ├── ow.c │ ├── ow.h │ ├── rebound.c │ ├── rebound.h │ ├── rest.c │ ├── rest.h │ ├── ride.c │ ├── silowait.c │ ├── snowball.c │ ├── splat.c │ ├── splat.h │ ├── splitup.c │ ├── stand.c │ ├── state.h │ ├── statue.c │ ├── stonehead.c │ ├── sub.c │ ├── swim.c │ ├── talk.c │ ├── taxi.c │ ├── throw.c │ ├── timeout.c │ ├── tnt.c │ ├── tntswim.c │ ├── trexlarge.c │ ├── trexsmall.c │ ├── turn.c │ ├── twirl.c │ ├── van.c │ ├── vanswim.c │ ├── walk.c │ ├── walk.h │ ├── washer.c │ └── wim.c │ ├── ca │ ├── dbfunc.c │ ├── dbio.c │ ├── dbmgrDll.c │ └── pod.c │ ├── ch │ ├── 1pfreeze.c │ ├── 2dbaddy.c │ ├── LagoonInnBlockedWall.c │ ├── TalTorpWall.c │ ├── alienbeam.c │ ├── aliendad.c │ ├── alienkids.c │ ├── amazongoldhordeofficial.c │ ├── amazonstadiumguard.c │ ├── anemone.c │ ├── anglerboss.c │ ├── anglerboss │ │ ├── bubble.c │ │ ├── door.c │ │ └── flare.c │ ├── anim.c │ ├── appearfx.c │ ├── area51gate.c │ ├── armouredcaveman.c │ ├── attract.c │ ├── babydino.c │ ├── bad │ │ ├── beehive.c │ │ ├── dieDll.c │ │ ├── diesetup.c │ │ ├── jinjo.c │ │ └── shad.c │ ├── balloonbomb.c │ ├── balloonburst.c │ ├── banjoctrl.c │ ├── banjocurrent.c │ ├── beanstalkseed.c │ ├── beehive.c │ ├── bigfoot.c │ ├── biggafoot.c │ ├── bigterrysbits.c │ ├── bigtopticket.c │ ├── billdrillboulder.c │ ├── billdrillplate.c │ ├── bkcart.c │ ├── blackeye.c │ ├── blink.c │ ├── bobpanel.c │ ├── boggy.c │ ├── boggy │ │ ├── boy.c │ │ ├── fatboy.c │ │ ├── fish.c │ │ ├── girl.c │ │ ├── kids.c │ │ └── kidshome.c │ ├── boiler │ │ ├── boss.c │ │ ├── bossdoor.c │ │ └── id.c │ ├── bonfirecavern.c │ ├── bosskogsdoor.c │ ├── bottles │ │ ├── dead.c │ │ ├── family.c │ │ ├── party.c │ │ └── plantgrill.c │ ├── bounce.c │ ├── bouncycastle.c │ ├── boxingglove.c │ ├── bubble.c │ ├── bubbleelevator.c │ ├── burgerstand.c │ ├── cablecar.c │ ├── cablespark.c │ ├── cactusofstrength.c │ ├── camerawibble.c │ ├── camwaypoint.c │ ├── canarymarycage.c │ ├── captainblubber.c │ ├── castleshockpadswit.c │ ├── cauldronenergybars.c │ ├── cauldronentrydoor.c │ ├── caveofhorrorsdoors.c │ ├── climbbase.c │ ├── clinker.c │ ├── clockworkmouse.c │ ├── clockworkmouse.h │ ├── coderoombits.c │ ├── coderoomdoor.c │ ├── collballcontrol.c │ ├── colldoors.c │ ├── conga.c │ ├── crackarwall.c │ ├── crashmat.c │ ├── crate.c │ ├── credits.c │ ├── crusher.c │ ├── crusherboulder.c │ ├── crystalbaddie.c │ ├── deflect.c │ ├── digger │ │ ├── boss.c │ │ ├── bossbattery.c │ │ ├── bossdeflect.c │ │ ├── bossdoor.c │ │ ├── bossinterior.c │ │ ├── bossshell.c │ │ ├── fly.c │ │ ├── ground.c │ │ └── groundgen.c │ ├── dingpot.c │ ├── dino │ │ ├── boss.c │ │ ├── coaster.c │ │ ├── familyfx.c │ │ ├── familymissing.c │ │ ├── familymother.c │ │ ├── familysick.c │ │ ├── familysmall.c │ │ ├── foot.c │ │ ├── roargrill.c │ │ ├── switches.c │ │ ├── traindoor.c │ │ └── traindoorswitch.c │ ├── dippy.c │ ├── dodgemcontrol.c │ ├── dodgemdoors.c │ ├── door.c │ ├── doormake.c │ ├── doubloon.c │ ├── dragonbrothers.c │ ├── drawbridgeswites.c │ ├── drips.c │ ├── dumbwaiterlift.c │ ├── dummyjigsaw.c │ ├── eato.c │ ├── eatomenu.c │ ├── eatopage.c │ ├── eel.c │ ├── egg │ │ ├── clockwork.c │ │ ├── fire.c │ │ ├── golden.c │ │ ├── grenade.c │ │ ├── ice.c │ │ ├── normal.c │ │ ├── proximity.c │ │ └── splode.c │ ├── electricfence.c │ ├── evilmumbo.c │ ├── evilspirit.c │ ├── exploder.c │ ├── explodingainlinks.c │ ├── factory │ │ ├── battery.c │ │ ├── btwmdoor.c │ │ ├── crusher.c │ │ ├── drums.c │ │ ├── empspell.c │ │ ├── entrydoors.c │ │ ├── flypad.c │ │ ├── goblin.c │ │ ├── liftdoor.c │ │ ├── light.c │ │ ├── linkgrill.c │ │ ├── lobbydoor.c │ │ ├── magnet.c │ │ ├── maindoor.c │ │ ├── poster.c │ │ ├── prop.c │ │ ├── robot.c │ │ ├── roofbits.c │ │ ├── smoke.c │ │ ├── sparkroom.c │ │ ├── stationdoors.c │ │ ├── toxiccloud.c │ │ ├── toxicpools.c │ │ ├── trashbelt.c │ │ ├── twinklies.c │ │ ├── workerdirty.c │ │ └── workerwear.c │ ├── fair │ │ ├── coin.c │ │ ├── coinbox.c │ │ └── groundworker.c │ ├── fantasy │ │ ├── athlete.c │ │ ├── bounce.c │ │ ├── cannon.c │ │ ├── drillfield.c │ │ ├── eyeball.c │ │ ├── lakebits.c │ │ ├── onion.c │ │ ├── safe.c │ │ ├── safeswitch.c │ │ └── trashcanbits.c │ ├── fire │ │ ├── fx.c │ │ ├── gen.c │ │ ├── icestorm.c │ │ └── imp.c │ ├── fishshootgame.c │ ├── flamer.c │ ├── floater.c │ ├── floaty.c │ ├── floorbubbles.c │ ├── flowerbaddie.c │ ├── flysaucer.c │ ├── flysaucercrate.c │ ├── flysaucerdoor.c │ ├── fog.c │ ├── foodwarn.c │ ├── footwear.c │ ├── fpsgame.c │ ├── freezy.c │ ├── friendlystonehead.c │ ├── friesstand.c │ ├── gameselect.c │ ├── gate1doors.c │ ├── ghostdoor.c │ ├── glowbo.c │ ├── gobi │ │ ├── common.c │ │ ├── hailfire.c │ │ └── witchy.c │ ├── gold │ │ ├── fish.c │ │ ├── snakehead.c │ │ └── statue.c │ ├── grunty │ │ ├── fireball.c │ │ ├── fireballbig.c │ │ └── lairexttowerwindow.c │ ├── hagstraindoor.c │ ├── hagstraindoorswit.c │ ├── handcart.c │ ├── heggy.c │ ├── hellterskelter.c │ ├── hellterskeltermouth.c │ ├── hillbilly.c │ ├── honey.c │ ├── honeyb.c │ ├── honeycarrier.c │ ├── hoopswoop.c │ ├── hot │ │ ├── floorsmoke.c │ │ ├── waterpoolbits.c │ │ └── watersteam.c │ ├── humba.c │ ├── icekey.c │ ├── icekeydoor.c │ ├── icestationbits.c │ ├── iciclebits.c │ ├── icywind.c │ ├── idgoldhorde.c │ ├── inflatableboss.c │ ├── inflatablebossdoor.c │ ├── intro │ │ ├── cam.c │ │ ├── char.c │ │ ├── text.c │ │ └── ticker.c │ ├── jadesnake.c │ ├── jadestatue.c │ ├── jamjarsdummy.c │ ├── jellycastle.c │ ├── jiggy │ │ ├── beam.c │ │ ├── gamenew.c │ │ ├── post.c │ │ └── temple.c │ ├── jigsaw.c │ ├── jigsaw │ │ ├── bitcont.c │ │ ├── collect.c │ │ └── dance.c │ ├── jinjo.c │ ├── jinjovillagecamera1.c │ ├── jollyroger.c │ ├── jrinnlight.c │ ├── jujubagfx.c │ ├── kingjinjo.c │ ├── kingjinjobits.c │ ├── klungo.c │ ├── klungo │ │ ├── doors.c │ │ ├── forcefield.c │ │ ├── leave.c │ │ ├── phial.c │ │ └── spiral.c │ ├── lagoon │ │ ├── billdrillcover.c │ │ ├── bits.c │ │ ├── entrygate.c │ │ ├── fish.c │ │ ├── lockerdoorhits.c │ │ ├── pirate.c │ │ ├── ufoext.c │ │ └── ufoint.c │ ├── lakemonster.c │ ├── laundry.c │ ├── lava │ │ ├── archgrill.c │ │ ├── archgrill3switches.c │ │ ├── archgrillswitch.c │ │ ├── columns.c │ │ ├── columnswitch.c │ │ ├── entrancebridge.c │ │ ├── entrancebridgeswitch.c │ │ ├── entrydoor.c │ │ ├── explodbuild.c │ │ ├── fall.c │ │ ├── gargoyle.c │ │ ├── hand.c │ │ ├── slab.c │ │ ├── slabswitch.c │ │ ├── traindoor.c │ │ └── traindoorswitch.c │ ├── lensflare.c │ ├── lifeforcespell.c │ ├── light │ │ ├── demon.c │ │ ├── fader.c │ │ └── halo.c │ ├── lilterry.c │ ├── linkpipefan.c │ ├── loggo.c │ ├── madamegrunty.c │ ├── masterjiggy.c │ ├── mayaentrydoor.c │ ├── mayafarmer.c │ ├── mermaidstatue.c │ ├── mine │ │ ├── entrygrille.c │ │ ├── grill2switches.c │ │ ├── grilldoor.c │ │ ├── light.c │ │ ├── lightswitch.c │ │ ├── lobbydoor.c │ │ ├── proplight.c │ │ └── prospector.c │ ├── minisubgame.c │ ├── mole │ │ ├── _cuckoo.c │ │ ├── _factory.c │ │ ├── _hailfire.c │ │ ├── _lagoon.c │ │ ├── _maya.c │ │ ├── _mine.c │ │ ├── _overworld.c │ │ ├── _prehist.c │ │ ├── _training.c │ │ ├── _witchy.c │ │ ├── hill.c │ │ └── y.c │ ├── monsterinterior.c │ ├── mricecube.c │ ├── mrsboggy.c │ ├── mrsboggyhome.c │ ├── mrsicecube.c │ ├── mrtannoy.c │ ├── mumbo │ │ ├── healspell.c │ │ ├── pad.c │ │ ├── padstatue.c │ │ ├── skullfakearchpanellava.c │ │ └── skulls.c │ ├── musicmenu.c │ ├── nastycavemen.c │ ├── nests.c │ ├── newfreezy.c │ ├── newmumbo.c │ ├── newshovel.c │ ├── nicecavemen.c │ ├── nicecavemenguard.c │ ├── nutsnbolts.c │ ├── octopus.c │ ├── oildrill.c │ ├── ompaslun.c │ ├── onearmbandit.c │ ├── pawnbroker.c │ ├── perspexbox.c │ ├── perspexboxswit.c │ ├── phlegm.c │ ├── pickups.c │ ├── ping.c │ ├── piranha.c │ ├── platuegrill.c │ ├── podiumbankaz.c │ ├── poolkids.c │ ├── potogoldbits.c │ ├── potogoldgame.c │ ├── powerhut.c │ ├── powerhutwity.c │ ├── prisonbits.c │ ├── proplighter.c │ ├── pufferfish.c │ ├── pumproomgrill.c │ ├── pumproomswit.c │ ├── quicksandbaddy.c │ ├── quiz.c │ ├── quizexitdoor.c │ ├── quizremotectrl.c │ ├── rainbow.c │ ├── rainripples.c │ ├── sabreman.c │ ├── scorepoints.c │ ├── screenadjust.c │ ├── seaweedbaddy.c │ ├── secreteggs.c │ ├── shockjump.c │ ├── signpost.c │ ├── silo.c │ ├── skeletonexplode.c │ ├── smalltrexdoor.c │ ├── sounder.c │ ├── sparkle.c │ ├── spiralgrill.c │ ├── spotlight.c │ ├── squits.c │ ├── stadiumdoors.c │ ├── starspinner │ │ ├── ctrl.c │ │ ├── planet.c │ │ └── star.c │ ├── statictor.c │ ├── statueboss.c │ ├── statuebossbits.c │ ├── stinger.c │ ├── stinger.h │ ├── stoneballcoa.c │ ├── stoneballcontrol.c │ ├── stonedartgunhead.c │ ├── stonepillar.c │ ├── sunlightspell.c │ ├── swampplatform.c │ ├── swappy.c │ ├── swit.c │ ├── talontorpedoboulder.c │ ├── temple │ │ ├── bossdoor.c │ │ ├── brokendoorpiece.c │ │ ├── internaldoor.c │ │ └── lobbydoor.c │ ├── terryegg.c │ ├── terryteeth.c │ ├── timetable.c │ ├── tiptup.c │ ├── tnt │ │ ├── blockage.c │ │ ├── box.c │ │ ├── detonator.c │ │ ├── hut.c │ │ ├── minecelldoor.c │ │ └── mineshoot.c │ ├── toothyfish.c │ ├── torpedo.c │ ├── toxicroombits.c │ ├── toxicroomprops.c │ ├── transparencypot.c │ ├── transparentfish.c │ ├── trashcangame.c │ ├── trashcompactor.c │ ├── uffy.c │ ├── uffycont.c │ ├── uffyglow.c │ ├── ufoextdoor.c │ ├── usefeather.c │ ├── usefeather.h │ ├── vandoor.c │ ├── volcanobits.c │ ├── wallsnakebaddy.c │ ├── wandglow.c │ ├── warppad.c │ ├── warriorbaddy.c │ ├── waspnestgame.c │ ├── waspstatue.c │ ├── waterfall │ │ ├── fx.c │ │ ├── grill.c │ │ └── grillswitch.c │ ├── weather.c │ ├── weldarboss.c │ ├── weldarboss │ │ ├── doors.c │ │ ├── fireball.c │ │ └── fusebox.c │ ├── weldarhead.c │ ├── witchy │ │ ├── entrygates.c │ │ ├── shockpadswitch.c │ │ └── tents.c │ ├── worlddoors.c │ ├── wumbawigwam.c │ └── zubba.c │ ├── co │ ├── section.c │ ├── sectionstor.c │ └── themedll.c │ ├── db │ ├── anim.c │ ├── id.c │ ├── light.c │ ├── morph.c │ ├── palette.c │ ├── shift.c │ ├── skeleton.c │ ├── skeleton.h │ ├── tex.c │ ├── vpl.c │ ├── vtxnormal.c │ └── zone.c │ ├── fx │ ├── airbub.c │ ├── dialog.c │ ├── dlsmoke.c │ ├── egg.c │ ├── fontstring.c │ ├── genlist.c │ ├── kern.c │ ├── leaves.c │ ├── mumbo.c │ ├── rain.c │ ├── ripple.c │ ├── sparkle.c │ ├── spgold.c │ ├── splash.c │ ├── splash25d.c │ ├── step.c │ └── twinkle.c │ ├── gc │ ├── audiolist.c │ ├── boundDll.c │ ├── collectDll.c │ ├── cubeDll.c │ ├── cubesearch.c │ ├── dialog │ │ ├── Dll.c │ │ ├── camera.c │ │ └── exec.c │ ├── egg.c │ ├── extra.c │ ├── frontend.c │ ├── game.c │ ├── gamefix.c │ ├── goto.c │ ├── introtext.c │ ├── level.c │ ├── lightsDll.c │ ├── mapDll.c │ ├── mapsects.c │ ├── mapsects │ │ ├── _lagoonbot.c │ │ ├── _lagoonmid.c │ │ └── _lagoontop.c │ ├── newoption.c │ ├── newpause.c │ ├── sectionDll.c │ ├── sectionskip.c │ ├── skyDll.c │ ├── statusDll.c │ ├── transitionDll.c │ ├── water.c │ ├── zoombox.c │ └── zoomboxdata.c │ ├── ge │ └── markersDll.c │ ├── gl │ ├── crc.c │ ├── cutDll.c │ ├── dbDll.c │ ├── dbstring.c │ ├── dialog.c │ ├── eeprom.c │ ├── gamedata.c │ ├── gamestore.c │ ├── hittableDll.c │ ├── id.c │ ├── idmake.c │ ├── introsyncDll.c │ ├── obaldata.c │ ├── obalsettings.c │ ├── packvtx.c │ ├── record.c │ ├── reflight.c │ ├── rtc.c │ ├── savegame.c │ ├── spline │ │ ├── Dll.c │ │ ├── cs.c │ │ ├── find.c │ │ ├── funcs.c │ │ └── node.c │ └── zone.c │ ├── gs │ ├── attract.c │ ├── maker.c │ ├── propctrl.c │ ├── proplookup.c │ ├── propmarker.c │ ├── propprop.c │ ├── propsDll.c │ └── worldDll.c │ ├── gz │ ├── public.c │ ├── reg.c │ ├── thread.c │ └── trace.c │ ├── id │ ├── bounce.c │ ├── flame.c │ ├── flash.c │ ├── flasha.c │ ├── flashbaddie.c │ ├── glow.c │ ├── glowa.c │ ├── light.c │ ├── scroll.c │ ├── twinkle.c │ ├── twinklea.c │ ├── twinklecolour.c │ ├── water.c │ ├── wave.c │ ├── wibble.c │ ├── world.c │ └── worldmake.c │ ├── in │ ├── antab.c │ ├── drv_audio.c │ ├── drv_fx.c │ └── drv_lights.c │ ├── ml │ ├── spline.c │ └── wave.c │ ├── nc │ ├── ba │ │ ├── 1p.c │ │ ├── 1p.h │ │ ├── bee.c │ │ ├── climb.c │ │ ├── deflect.c │ │ ├── die.c │ │ ├── dive.c │ │ ├── dolly.c │ │ ├── fixpos.c │ │ ├── fly.c │ │ ├── glide.c │ │ ├── jig.c │ │ ├── kaztorp.c │ │ ├── ledge.c │ │ ├── pan.c │ │ ├── pivot.c │ │ ├── spiral.c │ │ ├── spline.c │ │ ├── string.c │ │ ├── sub.c │ │ ├── suck.c │ │ ├── swim.c │ │ ├── target.c │ │ └── waypoint.c │ ├── fixposrot.c │ ├── pod.c │ ├── pod │ │ ├── dialog.c │ │ ├── fixpos.c │ │ └── ucam.c │ └── start.c │ ├── pl │ ├── camera.c │ ├── su.c │ └── su.h │ ├── rt │ └── light.c │ ├── sc │ ├── custom.c │ ├── custom_banjo.c │ ├── custom_big.c │ ├── infobar.c │ └── radar.c │ ├── seq │ ├── dat.c │ └── define.c │ ├── su │ ├── autobaddies.c │ ├── baddie │ │ ├── 3d.c │ │ ├── Dll.c │ │ ├── audioloop.c │ │ ├── audioquick.c │ │ ├── bounce.c │ │ ├── customhits.c │ │ ├── dialog.c │ │ ├── draw25d.c │ │ ├── fade.c │ │ ├── find.c │ │ ├── fx.c │ │ ├── item.c │ │ ├── joy.c │ │ ├── link.c │ │ ├── marker.c │ │ ├── multi.c │ │ ├── palette.c │ │ ├── routeDll.c │ │ ├── sect.c │ │ ├── skeleton.c │ │ ├── store.c │ │ ├── taxi.c │ │ ├── volume.c │ │ └── zone.c │ ├── bgame.c │ ├── chase.c │ ├── coaster.c │ ├── coaster │ │ ├── data.c │ │ ├── fly.c │ │ ├── flydata.c │ │ ├── hit.c │ │ └── player.c │ ├── deathmatch.c │ ├── deflect.c │ ├── dialog.c │ ├── egg.c │ ├── eggmisc.c │ ├── eggmove.c │ ├── expression.c │ ├── expressjoint.c │ ├── expressmorph.c │ ├── fade.c │ ├── flamefx.c │ ├── freezy.c │ ├── inv.c │ ├── jiggy.c │ ├── kickball.c │ ├── lights.c │ ├── missilehome.c │ ├── mole.c │ ├── multiscore.c │ ├── mumbofx.c │ ├── quiz.c │ ├── restart.c │ ├── spline.c │ ├── splinet.c │ └── templeboss.c │ ├── tr │ └── angler.c │ └── vp │ ├── flicker.c │ ├── glow.c │ ├── light.c │ ├── module.c │ ├── scroll.c │ └── wibble.c ├── symbol_addrs.us.txt ├── syscall_symbol_addrs.us.txt ├── tools ├── .gitignore ├── Makefile ├── list_overlays.py ├── m2ctx.py ├── n64crc.c ├── overlay_processor.cpp ├── permuter_settings.toml ├── progress.py ├── requirements.txt ├── restructure.py ├── rom_compressor.cpp ├── rom_decompressor.cpp ├── syscall_builder.cpp ├── tooie_utils.cpp ├── tooie_utils.h └── upload_frogress.py └── undefined_syms.us.txt /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/.gitmodules -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/README.md -------------------------------------------------------------------------------- /baserom.us.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/baserom.us.yaml -------------------------------------------------------------------------------- /diff: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | python3 ./diff.py -wm3 $1 4 | 5 | 6 | -------------------------------------------------------------------------------- /diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/diff.py -------------------------------------------------------------------------------- /diff_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/diff_settings.py -------------------------------------------------------------------------------- /first_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/first_diff.py -------------------------------------------------------------------------------- /include/ba/hold.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ba/hold.h -------------------------------------------------------------------------------- /include/bs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/bs.h -------------------------------------------------------------------------------- /include/bs/blongleg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/bs/blongleg.h -------------------------------------------------------------------------------- /include/bs/firstp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/bs/firstp.h -------------------------------------------------------------------------------- /include/bs/trexlarge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/bs/trexlarge.h -------------------------------------------------------------------------------- /include/bs/trexsmall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/bs/trexsmall.h -------------------------------------------------------------------------------- /include/buffers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/buffers.h -------------------------------------------------------------------------------- /include/buttons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/buttons.h -------------------------------------------------------------------------------- /include/ca/pod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ca/pod.h -------------------------------------------------------------------------------- /include/ch/alienkids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/alienkids.h -------------------------------------------------------------------------------- /include/ch/appearfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/appearfx.h -------------------------------------------------------------------------------- /include/ch/baddiesetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/baddiesetup.h -------------------------------------------------------------------------------- /include/ch/biggafoot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/biggafoot.h -------------------------------------------------------------------------------- /include/ch/bigtopticket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/bigtopticket.h -------------------------------------------------------------------------------- /include/ch/boggy/fatboy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/boggy/fatboy.h -------------------------------------------------------------------------------- /include/ch/boggy/girl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/boggy/girl.h -------------------------------------------------------------------------------- /include/ch/bounce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/bounce.h -------------------------------------------------------------------------------- /include/ch/bubble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/bubble.h -------------------------------------------------------------------------------- /include/ch/bubbleelevator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/bubbleelevator.h -------------------------------------------------------------------------------- /include/ch/burgerstand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/burgerstand.h -------------------------------------------------------------------------------- /include/ch/clockworkmouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/clockworkmouse.h -------------------------------------------------------------------------------- /include/ch/conga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/conga.h -------------------------------------------------------------------------------- /include/ch/crusher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/crusher.h -------------------------------------------------------------------------------- /include/ch/doormake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/doormake.h -------------------------------------------------------------------------------- /include/ch/doubloon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/doubloon.h -------------------------------------------------------------------------------- /include/ch/electricfence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/electricfence.h -------------------------------------------------------------------------------- /include/ch/exploder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/exploder.h -------------------------------------------------------------------------------- /include/ch/factory/flypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/factory/flypad.h -------------------------------------------------------------------------------- /include/ch/fireicestorm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/fireicestorm.h -------------------------------------------------------------------------------- /include/ch/flysaucerdoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/flysaucerdoor.h -------------------------------------------------------------------------------- /include/ch/friesstand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/friesstand.h -------------------------------------------------------------------------------- /include/ch/ghostdoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/ghostdoor.h -------------------------------------------------------------------------------- /include/ch/glowbo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/glowbo.h -------------------------------------------------------------------------------- /include/ch/handcart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/handcart.h -------------------------------------------------------------------------------- /include/ch/heggy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/heggy.h -------------------------------------------------------------------------------- /include/ch/hellterskelter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/hellterskelter.h -------------------------------------------------------------------------------- /include/ch/honeycarrier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/honeycarrier.h -------------------------------------------------------------------------------- /include/ch/introtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/introtext.h -------------------------------------------------------------------------------- /include/ch/jiggybeam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/jiggybeam.h -------------------------------------------------------------------------------- /include/ch/jiggypost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/jiggypost.h -------------------------------------------------------------------------------- /include/ch/lavaentrydoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/lavaentrydoor.h -------------------------------------------------------------------------------- /include/ch/lavaslabswitch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/lavaslabswitch.h -------------------------------------------------------------------------------- /include/ch/masterjiggy.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/ch/mayaentrydoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/mayaentrydoor.h -------------------------------------------------------------------------------- /include/ch/mineentrygrill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/mineentrygrill.h -------------------------------------------------------------------------------- /include/ch/minegrilldoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/minegrilldoor.h -------------------------------------------------------------------------------- /include/ch/mole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/mole.h -------------------------------------------------------------------------------- /include/ch/molehill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/molehill.h -------------------------------------------------------------------------------- /include/ch/mrsboggy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/mrsboggy.h -------------------------------------------------------------------------------- /include/ch/mrtannoy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/mrtannoy.h -------------------------------------------------------------------------------- /include/ch/pickups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/pickups.h -------------------------------------------------------------------------------- /include/ch/secreteggs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/secreteggs.h -------------------------------------------------------------------------------- /include/ch/terryteeth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/terryteeth.h -------------------------------------------------------------------------------- /include/ch/warppad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ch/warppad.h -------------------------------------------------------------------------------- /include/co/sectionstor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/co/sectionstor.h -------------------------------------------------------------------------------- /include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/common.h -------------------------------------------------------------------------------- /include/core1/1E29B60.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core1/1E29B60.h -------------------------------------------------------------------------------- /include/core1/1E2C940.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core1/1E2C940.h -------------------------------------------------------------------------------- /include/core1/1E2D890.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core1/1E2D890.h -------------------------------------------------------------------------------- /include/core1/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core1/heap.h -------------------------------------------------------------------------------- /include/core1/mlmtx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core1/mlmtx.h -------------------------------------------------------------------------------- /include/core2/1E2B200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E2B200.h -------------------------------------------------------------------------------- /include/core2/1E2F380.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E2F380.h -------------------------------------------------------------------------------- /include/core2/1E65B90.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E65B90.h -------------------------------------------------------------------------------- /include/core2/1E66990.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E66990.h -------------------------------------------------------------------------------- /include/core2/1E67DA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E67DA0.h -------------------------------------------------------------------------------- /include/core2/1E68670.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E68670.h -------------------------------------------------------------------------------- /include/core2/1E691A0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E691A0.h -------------------------------------------------------------------------------- /include/core2/1E6A190.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6A190.h -------------------------------------------------------------------------------- /include/core2/1E6A730.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6A730.h -------------------------------------------------------------------------------- /include/core2/1E6B900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6B900.h -------------------------------------------------------------------------------- /include/core2/1E6E870.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6E870.h -------------------------------------------------------------------------------- /include/core2/1E6EC70.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6EC70.h -------------------------------------------------------------------------------- /include/core2/1E6F080.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E6F080.h -------------------------------------------------------------------------------- /include/core2/1E72EA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E72EA0.h -------------------------------------------------------------------------------- /include/core2/1E75620.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E75620.h -------------------------------------------------------------------------------- /include/core2/1E75710.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E75710.h -------------------------------------------------------------------------------- /include/core2/1E75920.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E75920.h -------------------------------------------------------------------------------- /include/core2/1E76360.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E76360.h -------------------------------------------------------------------------------- /include/core2/1E76500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E76500.h -------------------------------------------------------------------------------- /include/core2/1E76880.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E76880.h -------------------------------------------------------------------------------- /include/core2/1E76CC0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E76CC0.h -------------------------------------------------------------------------------- /include/core2/1E77A20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E77A20.h -------------------------------------------------------------------------------- /include/core2/1E78170.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E78170.h -------------------------------------------------------------------------------- /include/core2/1E78BF0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E78BF0.h -------------------------------------------------------------------------------- /include/core2/1E79FD0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E79FD0.h -------------------------------------------------------------------------------- /include/core2/1E7AB30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E7AB30.h -------------------------------------------------------------------------------- /include/core2/1E7B250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E7B250.h -------------------------------------------------------------------------------- /include/core2/1E7BFA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E7BFA0.h -------------------------------------------------------------------------------- /include/core2/1E7D460.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E7D460.h -------------------------------------------------------------------------------- /include/core2/1E7E9A0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E7E9A0.h -------------------------------------------------------------------------------- /include/core2/1E80A70.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E80A70.h -------------------------------------------------------------------------------- /include/core2/1E82660.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E82660.h -------------------------------------------------------------------------------- /include/core2/1E831D0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E831D0.h -------------------------------------------------------------------------------- /include/core2/1E83680.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E83680.h -------------------------------------------------------------------------------- /include/core2/1E8DC70.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E8DC70.h -------------------------------------------------------------------------------- /include/core2/1E8DFA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E8DFA0.h -------------------------------------------------------------------------------- /include/core2/1E8F430.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E8F430.h -------------------------------------------------------------------------------- /include/core2/1E91790.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E91790.h -------------------------------------------------------------------------------- /include/core2/1E93440.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E93440.h -------------------------------------------------------------------------------- /include/core2/1E965B0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E965B0.h -------------------------------------------------------------------------------- /include/core2/1E97EF0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E97EF0.h -------------------------------------------------------------------------------- /include/core2/1E99980.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E99980.h -------------------------------------------------------------------------------- /include/core2/1E9A960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1E9A960.h -------------------------------------------------------------------------------- /include/core2/1EA0690.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA0690.h -------------------------------------------------------------------------------- /include/core2/1EA0AA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA0AA0.h -------------------------------------------------------------------------------- /include/core2/1EA1270.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA1270.h -------------------------------------------------------------------------------- /include/core2/1EA1DA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA1DA0.h -------------------------------------------------------------------------------- /include/core2/1EA3AA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA3AA0.h -------------------------------------------------------------------------------- /include/core2/1EA4CD0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA4CD0.h -------------------------------------------------------------------------------- /include/core2/1EA78C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA78C0.h -------------------------------------------------------------------------------- /include/core2/1EA9160.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EA9160.h -------------------------------------------------------------------------------- /include/core2/1EAAD80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAAD80.h -------------------------------------------------------------------------------- /include/core2/1EAB8B0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAB8B0.h -------------------------------------------------------------------------------- /include/core2/1EABAC0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EABAC0.h -------------------------------------------------------------------------------- /include/core2/1EAD060.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAD060.h -------------------------------------------------------------------------------- /include/core2/1EAD6C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAD6C0.h -------------------------------------------------------------------------------- /include/core2/1EAE6C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAE6C0.h -------------------------------------------------------------------------------- /include/core2/1EAF950.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EAF950.h -------------------------------------------------------------------------------- /include/core2/1EB2840.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB2840.h -------------------------------------------------------------------------------- /include/core2/1EB2B30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB2B30.h -------------------------------------------------------------------------------- /include/core2/1EB2C90.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB2C90.h -------------------------------------------------------------------------------- /include/core2/1EB3750.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB3750.h -------------------------------------------------------------------------------- /include/core2/1EB45C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB45C0.h -------------------------------------------------------------------------------- /include/core2/1EB5980.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB5980.h -------------------------------------------------------------------------------- /include/core2/1EB5E70.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB5E70.h -------------------------------------------------------------------------------- /include/core2/1EB93C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EB93C0.h -------------------------------------------------------------------------------- /include/core2/1EBA250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EBA250.h -------------------------------------------------------------------------------- /include/core2/1EBB4F0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EBB4F0.h -------------------------------------------------------------------------------- /include/core2/1EBCFC0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EBCFC0.h -------------------------------------------------------------------------------- /include/core2/1EC1380.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC1380.h -------------------------------------------------------------------------------- /include/core2/1EC2350.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC2350.h -------------------------------------------------------------------------------- /include/core2/1EC2FD0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC2FD0.h -------------------------------------------------------------------------------- /include/core2/1EC3810.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC3810.h -------------------------------------------------------------------------------- /include/core2/1EC4CC0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC4CC0.h -------------------------------------------------------------------------------- /include/core2/1EC8070.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC8070.h -------------------------------------------------------------------------------- /include/core2/1EC9740.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EC9740.h -------------------------------------------------------------------------------- /include/core2/1ECA640.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECA640.h -------------------------------------------------------------------------------- /include/core2/1ECB0F0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECB0F0.h -------------------------------------------------------------------------------- /include/core2/1ECB9F0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECB9F0.h -------------------------------------------------------------------------------- /include/core2/1ECD070.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECD070.h -------------------------------------------------------------------------------- /include/core2/1ECD170.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECD170.h -------------------------------------------------------------------------------- /include/core2/1ECE0B0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ECE0B0.h -------------------------------------------------------------------------------- /include/core2/1ED3900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ED3900.h -------------------------------------------------------------------------------- /include/core2/1ED4E30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ED4E30.h -------------------------------------------------------------------------------- /include/core2/1ED68A0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ED68A0.h -------------------------------------------------------------------------------- /include/core2/1ED8C80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1ED8C80.h -------------------------------------------------------------------------------- /include/core2/1EDA900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDA900.h -------------------------------------------------------------------------------- /include/core2/1EDAEA0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDAEA0.h -------------------------------------------------------------------------------- /include/core2/1EDB4D0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDB4D0.h -------------------------------------------------------------------------------- /include/core2/1EDC070.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDC070.h -------------------------------------------------------------------------------- /include/core2/1EDC7B0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDC7B0.h -------------------------------------------------------------------------------- /include/core2/1EDCA30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDCA30.h -------------------------------------------------------------------------------- /include/core2/1EDD9C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDD9C0.h -------------------------------------------------------------------------------- /include/core2/1EDED00.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDED00.h -------------------------------------------------------------------------------- /include/core2/1EDFED0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EDFED0.h -------------------------------------------------------------------------------- /include/core2/1EE1510.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE1510.h -------------------------------------------------------------------------------- /include/core2/1EE27C0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE27C0.h -------------------------------------------------------------------------------- /include/core2/1EE4020.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE4020.h -------------------------------------------------------------------------------- /include/core2/1EE4270.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE4270.h -------------------------------------------------------------------------------- /include/core2/1EE5DF0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE5DF0.h -------------------------------------------------------------------------------- /include/core2/1EE9AB0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EE9AB0.h -------------------------------------------------------------------------------- /include/core2/1EEBA50.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EEBA50.h -------------------------------------------------------------------------------- /include/core2/1EEC090.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EEC090.h -------------------------------------------------------------------------------- /include/core2/1EEEC40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EEEC40.h -------------------------------------------------------------------------------- /include/core2/1EEEF00.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EEEF00.h -------------------------------------------------------------------------------- /include/core2/1EEF790.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/1EEF790.h -------------------------------------------------------------------------------- /include/core2/anctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/anctrl.h -------------------------------------------------------------------------------- /include/core2/physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/core2/physics.h -------------------------------------------------------------------------------- /include/freelist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/freelist.h -------------------------------------------------------------------------------- /include/fx/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/fx/dialog.h -------------------------------------------------------------------------------- /include/fx/kern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/fx/kern.h -------------------------------------------------------------------------------- /include/fx/sparkle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/fx/sparkle.h -------------------------------------------------------------------------------- /include/fx/twinkle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/fx/twinkle.h -------------------------------------------------------------------------------- /include/gameflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gameflags.h -------------------------------------------------------------------------------- /include/gc/audiolist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/audiolist.h -------------------------------------------------------------------------------- /include/gc/collectDLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/collectDLL.h -------------------------------------------------------------------------------- /include/gc/cubesearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/cubesearch.h -------------------------------------------------------------------------------- /include/gc/dialogcamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/dialogcamera.h -------------------------------------------------------------------------------- /include/gc/game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/game.h -------------------------------------------------------------------------------- /include/gc/gamefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/gamefix.h -------------------------------------------------------------------------------- /include/gc/goto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/goto.h -------------------------------------------------------------------------------- /include/gc/introtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/introtext.h -------------------------------------------------------------------------------- /include/gc/level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/level.h -------------------------------------------------------------------------------- /include/gc/newoption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/newoption.h -------------------------------------------------------------------------------- /include/gc/newpause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/newpause.h -------------------------------------------------------------------------------- /include/gc/sectionDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/sectionDll.h -------------------------------------------------------------------------------- /include/gc/sectionskip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gc/sectionskip.h -------------------------------------------------------------------------------- /include/ge/markersDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ge/markersDll.h -------------------------------------------------------------------------------- /include/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gfx.h -------------------------------------------------------------------------------- /include/gl/cutDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gl/cutDll.h -------------------------------------------------------------------------------- /include/gl/dbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gl/dbstring.h -------------------------------------------------------------------------------- /include/gl/globalsettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gl/globalsettings.h -------------------------------------------------------------------------------- /include/gl/reflight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gl/reflight.h -------------------------------------------------------------------------------- /include/gl/splinefind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gl/splinefind.h -------------------------------------------------------------------------------- /include/gs/propctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/gs/propctrl.h -------------------------------------------------------------------------------- /include/jiggies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/jiggies.h -------------------------------------------------------------------------------- /include/macro.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/macro.inc -------------------------------------------------------------------------------- /include/maps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/maps.h -------------------------------------------------------------------------------- /include/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/memory.h -------------------------------------------------------------------------------- /include/ml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/ml.h -------------------------------------------------------------------------------- /include/nc/ba/bee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/bee.h -------------------------------------------------------------------------------- /include/nc/ba/climb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/climb.h -------------------------------------------------------------------------------- /include/nc/ba/die.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/die.h -------------------------------------------------------------------------------- /include/nc/ba/dive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/dive.h -------------------------------------------------------------------------------- /include/nc/ba/fly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/fly.h -------------------------------------------------------------------------------- /include/nc/ba/glide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/glide.h -------------------------------------------------------------------------------- /include/nc/ba/jig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/jig.h -------------------------------------------------------------------------------- /include/nc/ba/ledge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/ledge.h -------------------------------------------------------------------------------- /include/nc/ba/pan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/pan.h -------------------------------------------------------------------------------- /include/nc/ba/pivot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/pivot.h -------------------------------------------------------------------------------- /include/nc/ba/spiral.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/spiral.h -------------------------------------------------------------------------------- /include/nc/ba/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/string.h -------------------------------------------------------------------------------- /include/nc/ba/suck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/suck.h -------------------------------------------------------------------------------- /include/nc/ba/target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/ba/target.h -------------------------------------------------------------------------------- /include/nc/poddialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/nc/poddialog.h -------------------------------------------------------------------------------- /include/overlays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/overlays.h -------------------------------------------------------------------------------- /include/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/player.h -------------------------------------------------------------------------------- /include/prelude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/prelude.inc -------------------------------------------------------------------------------- /include/su/baddieDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddieDll.h -------------------------------------------------------------------------------- /include/su/baddiedialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddiedialog.h -------------------------------------------------------------------------------- /include/su/baddiefade.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddiefade.h -------------------------------------------------------------------------------- /include/su/baddiefind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddiefind.h -------------------------------------------------------------------------------- /include/su/baddieitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddieitem.h -------------------------------------------------------------------------------- /include/su/baddierouteDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddierouteDll.h -------------------------------------------------------------------------------- /include/su/baddiesect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddiesect.h -------------------------------------------------------------------------------- /include/su/baddieskeleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/baddieskeleton.h -------------------------------------------------------------------------------- /include/su/coasterfly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/coasterfly.h -------------------------------------------------------------------------------- /include/su/deflect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/deflect.h -------------------------------------------------------------------------------- /include/su/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/dialog.h -------------------------------------------------------------------------------- /include/su/expression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/expression.h -------------------------------------------------------------------------------- /include/su/inv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/inv.h -------------------------------------------------------------------------------- /include/su/jiggy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/jiggy.h -------------------------------------------------------------------------------- /include/su/mole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/mole.h -------------------------------------------------------------------------------- /include/su/quiz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/quiz.h -------------------------------------------------------------------------------- /include/su/restart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/restart.h -------------------------------------------------------------------------------- /include/su/splinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/splinet.h -------------------------------------------------------------------------------- /include/su/templeboss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/su/templeboss.h -------------------------------------------------------------------------------- /include/threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/threads.h -------------------------------------------------------------------------------- /include/transformations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/transformations.h -------------------------------------------------------------------------------- /include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/types.h -------------------------------------------------------------------------------- /include/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/include/vector.h -------------------------------------------------------------------------------- /overlays.us.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/overlays.us.toml -------------------------------------------------------------------------------- /ovl_reloc_addrs.us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/ovl_reloc_addrs.us.txt -------------------------------------------------------------------------------- /ovl_symbol_addrs.us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/ovl_symbol_addrs.us.txt -------------------------------------------------------------------------------- /reloc_addrs.us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/reloc_addrs.us.txt -------------------------------------------------------------------------------- /src/boot/1050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/boot/1050.c -------------------------------------------------------------------------------- /src/boot/1140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/boot/1140.c -------------------------------------------------------------------------------- /src/boot/1270.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/boot/1270.c -------------------------------------------------------------------------------- /src/buffers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/buffers.c -------------------------------------------------------------------------------- /src/core1/1E29B60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E29B60.c -------------------------------------------------------------------------------- /src/core1/1E2A0E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2A0E0.c -------------------------------------------------------------------------------- /src/core1/1E2B840.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2B840.c -------------------------------------------------------------------------------- /src/core1/1E2C940.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2C940.c -------------------------------------------------------------------------------- /src/core1/1E2D890.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2D890.c -------------------------------------------------------------------------------- /src/core1/1E2E730.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2E730.c -------------------------------------------------------------------------------- /src/core1/1E2F380.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E2F380.c -------------------------------------------------------------------------------- /src/core1/1E319F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E319F0.c -------------------------------------------------------------------------------- /src/core1/1E31B40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E31B40.c -------------------------------------------------------------------------------- /src/core1/1E32FE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E32FE0.c -------------------------------------------------------------------------------- /src/core1/1E33860.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E33860.c -------------------------------------------------------------------------------- /src/core1/1E33CF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E33CF0.c -------------------------------------------------------------------------------- /src/core1/1E33E20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E33E20.c -------------------------------------------------------------------------------- /src/core1/1E34E70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E34E70.c -------------------------------------------------------------------------------- /src/core1/1E34F80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E34F80.c -------------------------------------------------------------------------------- /src/core1/1E357E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E357E0.c -------------------------------------------------------------------------------- /src/core1/1E35DD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E35DD0.c -------------------------------------------------------------------------------- /src/core1/1E36310.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E36310.c -------------------------------------------------------------------------------- /src/core1/1E36640.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E36640.c -------------------------------------------------------------------------------- /src/core1/1E38970.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E38970.c -------------------------------------------------------------------------------- /src/core1/1E389F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E389F0.c -------------------------------------------------------------------------------- /src/core1/1E38AA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E38AA0.c -------------------------------------------------------------------------------- /src/core1/1E39740.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E39740.c -------------------------------------------------------------------------------- /src/core1/1E39CE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E39CE0.c -------------------------------------------------------------------------------- /src/core1/1E3CA10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3CA10.c -------------------------------------------------------------------------------- /src/core1/1E3D9B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3D9B0.c -------------------------------------------------------------------------------- /src/core1/1E3DAA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3DAA0.c -------------------------------------------------------------------------------- /src/core1/1E3DBE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3DBE0.c -------------------------------------------------------------------------------- /src/core1/1E3DC30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3DC30.c -------------------------------------------------------------------------------- /src/core1/1E3DEF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3DEF0.c -------------------------------------------------------------------------------- /src/core1/1E3E910.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3E910.c -------------------------------------------------------------------------------- /src/core1/1E3ECA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3ECA0.c -------------------------------------------------------------------------------- /src/core1/1E3EDE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E3EDE0.c -------------------------------------------------------------------------------- /src/core1/1E411A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E411A0.c -------------------------------------------------------------------------------- /src/core1/1E42660.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E42660.c -------------------------------------------------------------------------------- /src/core1/1E42810.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E42810.c -------------------------------------------------------------------------------- /src/core1/1E440D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E440D0.c -------------------------------------------------------------------------------- /src/core1/1E440F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E440F0.c -------------------------------------------------------------------------------- /src/core1/1E44B60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E44B60.c -------------------------------------------------------------------------------- /src/core1/1E44F80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/1E44F80.c -------------------------------------------------------------------------------- /src/core1/core1bss1_0.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/core1bss1_0.s -------------------------------------------------------------------------------- /src/core1/core1bss1_1.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/core1bss1_1.s -------------------------------------------------------------------------------- /src/core1/core1bss1_2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/core1bss1_2.s -------------------------------------------------------------------------------- /src/core1/core1bss2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/core1bss2.c -------------------------------------------------------------------------------- /src/core1/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/crc.c -------------------------------------------------------------------------------- /src/core1/defrag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/defrag.c -------------------------------------------------------------------------------- /src/core1/heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/heap.c -------------------------------------------------------------------------------- /src/core1/idle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/idle.c -------------------------------------------------------------------------------- /src/core1/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/memory.c -------------------------------------------------------------------------------- /src/core1/mlmtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/mlmtx.c -------------------------------------------------------------------------------- /src/core1/tidy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core1/tidy.c -------------------------------------------------------------------------------- /src/core2/1E64F00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E64F00.c -------------------------------------------------------------------------------- /src/core2/1E66990.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E66990.c -------------------------------------------------------------------------------- /src/core2/1E67DA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E67DA0.c -------------------------------------------------------------------------------- /src/core2/1E68670.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E68670.c -------------------------------------------------------------------------------- /src/core2/1E691A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E691A0.c -------------------------------------------------------------------------------- /src/core2/1E6A190.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6A190.c -------------------------------------------------------------------------------- /src/core2/1E6A480.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6A480.c -------------------------------------------------------------------------------- /src/core2/1E6A730.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6A730.c -------------------------------------------------------------------------------- /src/core2/1E6B700.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6B700.c -------------------------------------------------------------------------------- /src/core2/1E6B900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6B900.c -------------------------------------------------------------------------------- /src/core2/1E6E760.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6E760.c -------------------------------------------------------------------------------- /src/core2/1E6E870.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6E870.c -------------------------------------------------------------------------------- /src/core2/1E6EC70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6EC70.c -------------------------------------------------------------------------------- /src/core2/1E6F080.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E6F080.c -------------------------------------------------------------------------------- /src/core2/1E71B00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E71B00.c -------------------------------------------------------------------------------- /src/core2/1E72180.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E72180.c -------------------------------------------------------------------------------- /src/core2/1E72EA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E72EA0.c -------------------------------------------------------------------------------- /src/core2/1E75620.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E75620.c -------------------------------------------------------------------------------- /src/core2/1E75710.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E75710.c -------------------------------------------------------------------------------- /src/core2/1E75920.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E75920.c -------------------------------------------------------------------------------- /src/core2/1E76360.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E76360.c -------------------------------------------------------------------------------- /src/core2/1E76500.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E76500.c -------------------------------------------------------------------------------- /src/core2/1E76880.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E76880.c -------------------------------------------------------------------------------- /src/core2/1E76CC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E76CC0.c -------------------------------------------------------------------------------- /src/core2/1E77A20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E77A20.c -------------------------------------------------------------------------------- /src/core2/1E78170.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E78170.c -------------------------------------------------------------------------------- /src/core2/1E78BF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E78BF0.c -------------------------------------------------------------------------------- /src/core2/1E79FD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E79FD0.c -------------------------------------------------------------------------------- /src/core2/1E7AB30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7AB30.c -------------------------------------------------------------------------------- /src/core2/1E7B250.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7B250.c -------------------------------------------------------------------------------- /src/core2/1E7BAB0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7BAB0.c -------------------------------------------------------------------------------- /src/core2/1E7BFA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7BFA0.c -------------------------------------------------------------------------------- /src/core2/1E7D460.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7D460.c -------------------------------------------------------------------------------- /src/core2/1E7E9A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7E9A0.c -------------------------------------------------------------------------------- /src/core2/1E7EAB0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7EAB0.c -------------------------------------------------------------------------------- /src/core2/1E7EC10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7EC10.c -------------------------------------------------------------------------------- /src/core2/1E7EDB0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7EDB0.c -------------------------------------------------------------------------------- /src/core2/1E7EE40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7EE40.c -------------------------------------------------------------------------------- /src/core2/1E7F220.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7F220.c -------------------------------------------------------------------------------- /src/core2/1E7F3A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7F3A0.c -------------------------------------------------------------------------------- /src/core2/1E7F4D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7F4D0.c -------------------------------------------------------------------------------- /src/core2/1E7F6A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E7F6A0.c -------------------------------------------------------------------------------- /src/core2/1E80A70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E80A70.c -------------------------------------------------------------------------------- /src/core2/1E82660.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E82660.c -------------------------------------------------------------------------------- /src/core2/1E831D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E831D0.c -------------------------------------------------------------------------------- /src/core2/1E83680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E83680.c -------------------------------------------------------------------------------- /src/core2/1E837B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E837B0.c -------------------------------------------------------------------------------- /src/core2/1E83B90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E83B90.c -------------------------------------------------------------------------------- /src/core2/1E875C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E875C0.c -------------------------------------------------------------------------------- /src/core2/1E88E90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E88E90.c -------------------------------------------------------------------------------- /src/core2/1E8A640.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8A640.c -------------------------------------------------------------------------------- /src/core2/1E8A670.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8A670.c -------------------------------------------------------------------------------- /src/core2/1E8BFE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8BFE0.c -------------------------------------------------------------------------------- /src/core2/1E8CC00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8CC00.c -------------------------------------------------------------------------------- /src/core2/1E8D2C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8D2C0.c -------------------------------------------------------------------------------- /src/core2/1E8DC70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8DC70.c -------------------------------------------------------------------------------- /src/core2/1E8DCD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8DCD0.c -------------------------------------------------------------------------------- /src/core2/1E8DFA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8DFA0.c -------------------------------------------------------------------------------- /src/core2/1E8EFC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8EFC0.c -------------------------------------------------------------------------------- /src/core2/1E8F430.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E8F430.c -------------------------------------------------------------------------------- /src/core2/1E91790.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E91790.c -------------------------------------------------------------------------------- /src/core2/1E93280.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E93280.c -------------------------------------------------------------------------------- /src/core2/1E93440.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E93440.c -------------------------------------------------------------------------------- /src/core2/1E95650.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E95650.c -------------------------------------------------------------------------------- /src/core2/1E95F80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E95F80.c -------------------------------------------------------------------------------- /src/core2/1E965B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E965B0.c -------------------------------------------------------------------------------- /src/core2/1E96E60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E96E60.c -------------------------------------------------------------------------------- /src/core2/1E97EF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E97EF0.c -------------------------------------------------------------------------------- /src/core2/1E993C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E993C0.c -------------------------------------------------------------------------------- /src/core2/1E995C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E995C0.c -------------------------------------------------------------------------------- /src/core2/1E99980.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E99980.c -------------------------------------------------------------------------------- /src/core2/1E9A960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E9A960.c -------------------------------------------------------------------------------- /src/core2/1E9E480.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E9E480.c -------------------------------------------------------------------------------- /src/core2/1E9F060.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1E9F060.c -------------------------------------------------------------------------------- /src/core2/1EA0210.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA0210.c -------------------------------------------------------------------------------- /src/core2/1EA0690.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA0690.c -------------------------------------------------------------------------------- /src/core2/1EA0AA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA0AA0.c -------------------------------------------------------------------------------- /src/core2/1EA1270.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA1270.c -------------------------------------------------------------------------------- /src/core2/1EA1DA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA1DA0.c -------------------------------------------------------------------------------- /src/core2/1EA3AA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA3AA0.c -------------------------------------------------------------------------------- /src/core2/1EA4CD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA4CD0.c -------------------------------------------------------------------------------- /src/core2/1EA5130.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA5130.c -------------------------------------------------------------------------------- /src/core2/1EA5180.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA5180.c -------------------------------------------------------------------------------- /src/core2/1EA6B20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA6B20.c -------------------------------------------------------------------------------- /src/core2/1EA78C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA78C0.c -------------------------------------------------------------------------------- /src/core2/1EA9160.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EA9160.c -------------------------------------------------------------------------------- /src/core2/1EAAD80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAAD80.c -------------------------------------------------------------------------------- /src/core2/1EAB8B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAB8B0.c -------------------------------------------------------------------------------- /src/core2/1EABAC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EABAC0.c -------------------------------------------------------------------------------- /src/core2/1EAC200.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAC200.c -------------------------------------------------------------------------------- /src/core2/1EAC810.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAC810.c -------------------------------------------------------------------------------- /src/core2/1EAD060.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAD060.c -------------------------------------------------------------------------------- /src/core2/1EAD6C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAD6C0.c -------------------------------------------------------------------------------- /src/core2/1EADCF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EADCF0.c -------------------------------------------------------------------------------- /src/core2/1EAE6C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAE6C0.c -------------------------------------------------------------------------------- /src/core2/1EAEB40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAEB40.c -------------------------------------------------------------------------------- /src/core2/1EAED30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAED30.c -------------------------------------------------------------------------------- /src/core2/1EAF950.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EAF950.c -------------------------------------------------------------------------------- /src/core2/1EB2130.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB2130.c -------------------------------------------------------------------------------- /src/core2/1EB2840.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB2840.c -------------------------------------------------------------------------------- /src/core2/1EB2B30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB2B30.c -------------------------------------------------------------------------------- /src/core2/1EB2C90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB2C90.c -------------------------------------------------------------------------------- /src/core2/1EB2EF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB2EF0.c -------------------------------------------------------------------------------- /src/core2/1EB3750.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB3750.c -------------------------------------------------------------------------------- /src/core2/1EB45C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB45C0.c -------------------------------------------------------------------------------- /src/core2/1EB52C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB52C0.c -------------------------------------------------------------------------------- /src/core2/1EB57A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB57A0.c -------------------------------------------------------------------------------- /src/core2/1EB5980.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB5980.c -------------------------------------------------------------------------------- /src/core2/1EB5C70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB5C70.c -------------------------------------------------------------------------------- /src/core2/1EB5E70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB5E70.c -------------------------------------------------------------------------------- /src/core2/1EB93C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB93C0.c -------------------------------------------------------------------------------- /src/core2/1EB9940.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EB9940.c -------------------------------------------------------------------------------- /src/core2/1EBA250.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EBA250.c -------------------------------------------------------------------------------- /src/core2/1EBAA10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EBAA10.c -------------------------------------------------------------------------------- /src/core2/1EBB4F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EBB4F0.c -------------------------------------------------------------------------------- /src/core2/1EBCFC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EBCFC0.c -------------------------------------------------------------------------------- /src/core2/1EBE020.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EBE020.c -------------------------------------------------------------------------------- /src/core2/1EC0300.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC0300.c -------------------------------------------------------------------------------- /src/core2/1EC0F10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC0F10.c -------------------------------------------------------------------------------- /src/core2/1EC1380.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC1380.c -------------------------------------------------------------------------------- /src/core2/1EC1990.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC1990.c -------------------------------------------------------------------------------- /src/core2/1EC1AD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC1AD0.c -------------------------------------------------------------------------------- /src/core2/1EC2350.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC2350.c -------------------------------------------------------------------------------- /src/core2/1EC2FD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC2FD0.c -------------------------------------------------------------------------------- /src/core2/1EC3810.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC3810.c -------------------------------------------------------------------------------- /src/core2/1EC4CC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC4CC0.c -------------------------------------------------------------------------------- /src/core2/1EC6180.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC6180.c -------------------------------------------------------------------------------- /src/core2/1EC7E20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC7E20.c -------------------------------------------------------------------------------- /src/core2/1EC8070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC8070.c -------------------------------------------------------------------------------- /src/core2/1EC9740.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EC9740.c -------------------------------------------------------------------------------- /src/core2/1ECA640.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECA640.c -------------------------------------------------------------------------------- /src/core2/1ECB0F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECB0F0.c -------------------------------------------------------------------------------- /src/core2/1ECBB80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECBB80.c -------------------------------------------------------------------------------- /src/core2/1ECBCC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECBCC0.c -------------------------------------------------------------------------------- /src/core2/1ECD070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECD070.c -------------------------------------------------------------------------------- /src/core2/1ECD170.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECD170.c -------------------------------------------------------------------------------- /src/core2/1ECE0B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ECE0B0.c -------------------------------------------------------------------------------- /src/core2/1ED37B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED37B0.c -------------------------------------------------------------------------------- /src/core2/1ED3900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED3900.c -------------------------------------------------------------------------------- /src/core2/1ED4440.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED4440.c -------------------------------------------------------------------------------- /src/core2/1ED4E30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED4E30.c -------------------------------------------------------------------------------- /src/core2/1ED68A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED68A0.c -------------------------------------------------------------------------------- /src/core2/1ED8C80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED8C80.c -------------------------------------------------------------------------------- /src/core2/1ED9D70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1ED9D70.c -------------------------------------------------------------------------------- /src/core2/1EDA900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDA900.c -------------------------------------------------------------------------------- /src/core2/1EDAEA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDAEA0.c -------------------------------------------------------------------------------- /src/core2/1EDB4D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDB4D0.c -------------------------------------------------------------------------------- /src/core2/1EDC070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDC070.c -------------------------------------------------------------------------------- /src/core2/1EDC7B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDC7B0.c -------------------------------------------------------------------------------- /src/core2/1EDCA30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDCA30.c -------------------------------------------------------------------------------- /src/core2/1EDD9C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDD9C0.c -------------------------------------------------------------------------------- /src/core2/1EDDA60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDDA60.c -------------------------------------------------------------------------------- /src/core2/1EDDC40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDDC40.c -------------------------------------------------------------------------------- /src/core2/1EDED00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDED00.c -------------------------------------------------------------------------------- /src/core2/1EDFED0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EDFED0.c -------------------------------------------------------------------------------- /src/core2/1EE0310.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE0310.c -------------------------------------------------------------------------------- /src/core2/1EE06E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE06E0.c -------------------------------------------------------------------------------- /src/core2/1EE1500.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | void func_80107C10(void) { 4 | } -------------------------------------------------------------------------------- /src/core2/1EE1510.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE1510.c -------------------------------------------------------------------------------- /src/core2/1EE27C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE27C0.c -------------------------------------------------------------------------------- /src/core2/1EE4020.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE4020.c -------------------------------------------------------------------------------- /src/core2/1EE4270.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE4270.c -------------------------------------------------------------------------------- /src/core2/1EE5DF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE5DF0.c -------------------------------------------------------------------------------- /src/core2/1EE7080.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE7080.c -------------------------------------------------------------------------------- /src/core2/1EE73D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE73D0.c -------------------------------------------------------------------------------- /src/core2/1EE7960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE7960.c -------------------------------------------------------------------------------- /src/core2/1EE8100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE8100.c -------------------------------------------------------------------------------- /src/core2/1EE8860.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE8860.c -------------------------------------------------------------------------------- /src/core2/1EE8B70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE8B70.c -------------------------------------------------------------------------------- /src/core2/1EE92B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE92B0.c -------------------------------------------------------------------------------- /src/core2/1EE9AB0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EE9AB0.c -------------------------------------------------------------------------------- /src/core2/1EEBA50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEBA50.c -------------------------------------------------------------------------------- /src/core2/1EEBEA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEBEA0.c -------------------------------------------------------------------------------- /src/core2/1EEC090.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEC090.c -------------------------------------------------------------------------------- /src/core2/1EEE680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEE680.c -------------------------------------------------------------------------------- /src/core2/1EEE770.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEE770.c -------------------------------------------------------------------------------- /src/core2/1EEEC40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEEC40.c -------------------------------------------------------------------------------- /src/core2/1EEEF00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEEF00.c -------------------------------------------------------------------------------- /src/core2/1EEF790.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EEF790.c -------------------------------------------------------------------------------- /src/core2/1EF0140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EF0140.c -------------------------------------------------------------------------------- /src/core2/1EF01E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/1EF01E0.c -------------------------------------------------------------------------------- /src/core2/anctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/anctrl.c -------------------------------------------------------------------------------- /src/core2/baanim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/baanim.c -------------------------------------------------------------------------------- /src/core2/baflag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/baflag.c -------------------------------------------------------------------------------- /src/core2/bainput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/bainput.c -------------------------------------------------------------------------------- /src/core2/bakey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/bakey.c -------------------------------------------------------------------------------- /src/core2/baphysics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/baphysics.c -------------------------------------------------------------------------------- /src/core2/baroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/baroll.c -------------------------------------------------------------------------------- /src/core2/bastatetimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/bastatetimer.c -------------------------------------------------------------------------------- /src/core2/bastick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/bastick.c -------------------------------------------------------------------------------- /src/core2/core2bss1.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/core2bss1.s -------------------------------------------------------------------------------- /src/core2/core2bss2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/core2bss2.s -------------------------------------------------------------------------------- /src/core2/freelist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/freelist.c -------------------------------------------------------------------------------- /src/core2/overlays.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/overlays.c -------------------------------------------------------------------------------- /src/core2/vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/vector.c -------------------------------------------------------------------------------- /src/core2/yaw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/core2/yaw.c -------------------------------------------------------------------------------- /src/overlays/an/seq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/an/seq.c -------------------------------------------------------------------------------- /src/overlays/an/seq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/an/seq.h -------------------------------------------------------------------------------- /src/overlays/ba/airr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/airr.c -------------------------------------------------------------------------------- /src/overlays/ba/alarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/alarm.c -------------------------------------------------------------------------------- /src/overlays/ba/alarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/alarm.h -------------------------------------------------------------------------------- /src/overlays/ba/anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/anim.h -------------------------------------------------------------------------------- /src/overlays/ba/assets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/assets.h -------------------------------------------------------------------------------- /src/overlays/ba/attach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/attach.c -------------------------------------------------------------------------------- /src/overlays/ba/attach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/attach.h -------------------------------------------------------------------------------- /src/overlays/ba/babykaz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/babykaz.h -------------------------------------------------------------------------------- /src/overlays/ba/backpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/backpack.h -------------------------------------------------------------------------------- /src/overlays/ba/bee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/bee.c -------------------------------------------------------------------------------- /src/overlays/ba/bee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/bee.h -------------------------------------------------------------------------------- /src/overlays/ba/boost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/boost.c -------------------------------------------------------------------------------- /src/overlays/ba/boost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/boost.h -------------------------------------------------------------------------------- /src/overlays/ba/bounce.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/bounce.c -------------------------------------------------------------------------------- /src/overlays/ba/bounce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/bounce.h -------------------------------------------------------------------------------- /src/overlays/ba/buzz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/buzz.c -------------------------------------------------------------------------------- /src/overlays/ba/buzz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/buzz.h -------------------------------------------------------------------------------- /src/overlays/ba/bykaz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/bykaz.c -------------------------------------------------------------------------------- /src/overlays/ba/ckpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/ckpack.c -------------------------------------------------------------------------------- /src/overlays/ba/cough.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/cough.c -------------------------------------------------------------------------------- /src/overlays/ba/cough.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/cough.h -------------------------------------------------------------------------------- /src/overlays/ba/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/data.c -------------------------------------------------------------------------------- /src/overlays/ba/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/data.h -------------------------------------------------------------------------------- /src/overlays/ba/dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/dialog.c -------------------------------------------------------------------------------- /src/overlays/ba/drone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/drone.c -------------------------------------------------------------------------------- /src/overlays/ba/drone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/drone.h -------------------------------------------------------------------------------- /src/overlays/ba/dronemem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/dronemem.c -------------------------------------------------------------------------------- /src/overlays/ba/duo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/duo.c -------------------------------------------------------------------------------- /src/overlays/ba/duo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/duo.h -------------------------------------------------------------------------------- /src/overlays/ba/dust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/dust.c -------------------------------------------------------------------------------- /src/overlays/ba/dust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/dust.h -------------------------------------------------------------------------------- /src/overlays/ba/egg/aim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/egg/aim.c -------------------------------------------------------------------------------- /src/overlays/ba/egg/fire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/egg/fire.c -------------------------------------------------------------------------------- /src/overlays/ba/egg/setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/egg/setup.c -------------------------------------------------------------------------------- /src/overlays/ba/eggs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/eggs.h -------------------------------------------------------------------------------- /src/overlays/ba/flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/flag.h -------------------------------------------------------------------------------- /src/overlays/ba/flameline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/flameline.c -------------------------------------------------------------------------------- /src/overlays/ba/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/fly.c -------------------------------------------------------------------------------- /src/overlays/ba/fly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/fly.h -------------------------------------------------------------------------------- /src/overlays/ba/fpctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/fpctrl.c -------------------------------------------------------------------------------- /src/overlays/ba/fpctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/fpctrl.h -------------------------------------------------------------------------------- /src/overlays/ba/hitspline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/hitspline.c -------------------------------------------------------------------------------- /src/overlays/ba/hold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/hold.c -------------------------------------------------------------------------------- /src/overlays/ba/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/input.h -------------------------------------------------------------------------------- /src/overlays/ba/invisible.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/invisible.c -------------------------------------------------------------------------------- /src/overlays/ba/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/key.h -------------------------------------------------------------------------------- /src/overlays/ba/motor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/motor.c -------------------------------------------------------------------------------- /src/overlays/ba/motor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/motor.h -------------------------------------------------------------------------------- /src/overlays/ba/move/goto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/move/goto.c -------------------------------------------------------------------------------- /src/overlays/ba/move/goto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/move/goto.h -------------------------------------------------------------------------------- /src/overlays/ba/mum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/mum.c -------------------------------------------------------------------------------- /src/overlays/ba/mum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/mum.h -------------------------------------------------------------------------------- /src/overlays/ba/packctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/packctrl.c -------------------------------------------------------------------------------- /src/overlays/ba/packctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/packctrl.h -------------------------------------------------------------------------------- /src/overlays/ba/physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/physics.h -------------------------------------------------------------------------------- /src/overlays/ba/preload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/preload.c -------------------------------------------------------------------------------- /src/overlays/ba/pulse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/pulse.c -------------------------------------------------------------------------------- /src/overlays/ba/react.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/react.c -------------------------------------------------------------------------------- /src/overlays/ba/react.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/react.h -------------------------------------------------------------------------------- /src/overlays/ba/roll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/roll.h -------------------------------------------------------------------------------- /src/overlays/ba/setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/setup.c -------------------------------------------------------------------------------- /src/overlays/ba/shake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/shake.c -------------------------------------------------------------------------------- /src/overlays/ba/shoes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/shoes.c -------------------------------------------------------------------------------- /src/overlays/ba/shoes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/shoes.h -------------------------------------------------------------------------------- /src/overlays/ba/shoessuck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/shoessuck.c -------------------------------------------------------------------------------- /src/overlays/ba/shoessuck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/shoessuck.h -------------------------------------------------------------------------------- /src/overlays/ba/snowll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/snowll.c -------------------------------------------------------------------------------- /src/overlays/ba/spin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/spin.c -------------------------------------------------------------------------------- /src/overlays/ba/spin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/spin.h -------------------------------------------------------------------------------- /src/overlays/ba/squash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/squash.c -------------------------------------------------------------------------------- /src/overlays/ba/statemem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/statemem.c -------------------------------------------------------------------------------- /src/overlays/ba/statemem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/statemem.h -------------------------------------------------------------------------------- /src/overlays/ba/stick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/stick.h -------------------------------------------------------------------------------- /src/overlays/ba/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/sub.c -------------------------------------------------------------------------------- /src/overlays/ba/sudie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/sudie.c -------------------------------------------------------------------------------- /src/overlays/ba/sudie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/sudie.h -------------------------------------------------------------------------------- /src/overlays/ba/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/swim.c -------------------------------------------------------------------------------- /src/overlays/ba/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/timer.c -------------------------------------------------------------------------------- /src/overlays/ba/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/timer.h -------------------------------------------------------------------------------- /src/overlays/ba/translate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/translate.c -------------------------------------------------------------------------------- /src/overlays/ba/translate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/translate.h -------------------------------------------------------------------------------- /src/overlays/ba/van.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/van.c -------------------------------------------------------------------------------- /src/overlays/ba/van.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/van.h -------------------------------------------------------------------------------- /src/overlays/ba/wandglow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/wandglow.c -------------------------------------------------------------------------------- /src/overlays/ba/wandglow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/wandglow.h -------------------------------------------------------------------------------- /src/overlays/ba/washer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/washer.c -------------------------------------------------------------------------------- /src/overlays/ba/washer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/washer.h -------------------------------------------------------------------------------- /src/overlays/ba/wobble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/wobble.c -------------------------------------------------------------------------------- /src/overlays/ba/wobble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/wobble.h -------------------------------------------------------------------------------- /src/overlays/ba/yaw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ba/yaw.h -------------------------------------------------------------------------------- /src/overlays/bs/babykaz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/babykaz.c -------------------------------------------------------------------------------- /src/overlays/bs/ban/bflip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ban/bflip.c -------------------------------------------------------------------------------- /src/overlays/bs/ban/sack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ban/sack.c -------------------------------------------------------------------------------- /src/overlays/bs/ban/shack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ban/shack.c -------------------------------------------------------------------------------- /src/overlays/bs/ban/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ban/swim.c -------------------------------------------------------------------------------- /src/overlays/bs/bbarge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bbarge.c -------------------------------------------------------------------------------- /src/overlays/bs/bbuster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bbuster.c -------------------------------------------------------------------------------- /src/overlays/bs/bee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bee.c -------------------------------------------------------------------------------- /src/overlays/bs/beefly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/beefly.c -------------------------------------------------------------------------------- /src/overlays/bs/beemain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/beemain.c -------------------------------------------------------------------------------- /src/overlays/bs/beggass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/beggass.c -------------------------------------------------------------------------------- /src/overlays/bs/begghead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/begghead.c -------------------------------------------------------------------------------- /src/overlays/bs/bflap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bflap.c -------------------------------------------------------------------------------- /src/overlays/bs/bflip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bflip.c -------------------------------------------------------------------------------- /src/overlays/bs/bfly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bfly.c -------------------------------------------------------------------------------- /src/overlays/bs/blongleg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/blongleg.c -------------------------------------------------------------------------------- /src/overlays/bs/bpeck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bpeck.c -------------------------------------------------------------------------------- /src/overlays/bs/btrot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/btrot.c -------------------------------------------------------------------------------- /src/overlays/bs/bwhirl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/bwhirl.c -------------------------------------------------------------------------------- /src/overlays/bs/carry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/carry.c -------------------------------------------------------------------------------- /src/overlays/bs/chokedie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/chokedie.c -------------------------------------------------------------------------------- /src/overlays/bs/claw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/claw.c -------------------------------------------------------------------------------- /src/overlays/bs/climb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/climb.c -------------------------------------------------------------------------------- /src/overlays/bs/crashout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/crashout.c -------------------------------------------------------------------------------- /src/overlays/bs/crouch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/crouch.c -------------------------------------------------------------------------------- /src/overlays/bs/crouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/crouch.h -------------------------------------------------------------------------------- /src/overlays/bs/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/die.c -------------------------------------------------------------------------------- /src/overlays/bs/drone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/drone.c -------------------------------------------------------------------------------- /src/overlays/bs/drone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/drone.h -------------------------------------------------------------------------------- /src/overlays/bs/firstp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/firstp.c -------------------------------------------------------------------------------- /src/overlays/bs/hock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/hock.c -------------------------------------------------------------------------------- /src/overlays/bs/jig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/jig.c -------------------------------------------------------------------------------- /src/overlays/bs/jump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/jump.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/die.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/die.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/die.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/fly.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/fly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/fly.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/glide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/glide.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/glide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/glide.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/hatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/hatch.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/hatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/hatch.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/jump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/jump.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/jump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/jump.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/move.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/move.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/move.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/ow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/ow.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/ow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/ow.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/shock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/shock.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/shock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/shock.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/still.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/still.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/still.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/still.h -------------------------------------------------------------------------------- /src/overlays/bs/kaz/stilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/stilt.c -------------------------------------------------------------------------------- /src/overlays/bs/kaz/stilt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/kaz/stilt.h -------------------------------------------------------------------------------- /src/overlays/bs/ledge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ledge.c -------------------------------------------------------------------------------- /src/overlays/bs/ledge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ledge.h -------------------------------------------------------------------------------- /src/overlays/bs/mum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum.c -------------------------------------------------------------------------------- /src/overlays/bs/mum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum.h -------------------------------------------------------------------------------- /src/overlays/bs/mum/cast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/cast.c -------------------------------------------------------------------------------- /src/overlays/bs/mum/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/cast.h -------------------------------------------------------------------------------- /src/overlays/bs/mum/move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/move.c -------------------------------------------------------------------------------- /src/overlays/bs/mum/move.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/move.h -------------------------------------------------------------------------------- /src/overlays/bs/mum/splat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/splat.c -------------------------------------------------------------------------------- /src/overlays/bs/mum/splat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/splat.h -------------------------------------------------------------------------------- /src/overlays/bs/mum/still.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/still.c -------------------------------------------------------------------------------- /src/overlays/bs/mum/still.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/still.h -------------------------------------------------------------------------------- /src/overlays/bs/mum/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/swim.c -------------------------------------------------------------------------------- /src/overlays/bs/mum/swim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/mum/swim.h -------------------------------------------------------------------------------- /src/overlays/bs/ow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ow.c -------------------------------------------------------------------------------- /src/overlays/bs/ow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ow.h -------------------------------------------------------------------------------- /src/overlays/bs/rebound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/rebound.c -------------------------------------------------------------------------------- /src/overlays/bs/rebound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/rebound.h -------------------------------------------------------------------------------- /src/overlays/bs/rest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/rest.c -------------------------------------------------------------------------------- /src/overlays/bs/rest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/rest.h -------------------------------------------------------------------------------- /src/overlays/bs/ride.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/ride.c -------------------------------------------------------------------------------- /src/overlays/bs/silowait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/silowait.c -------------------------------------------------------------------------------- /src/overlays/bs/snowball.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/snowball.c -------------------------------------------------------------------------------- /src/overlays/bs/splat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/splat.c -------------------------------------------------------------------------------- /src/overlays/bs/splat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/splat.h -------------------------------------------------------------------------------- /src/overlays/bs/splitup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/splitup.c -------------------------------------------------------------------------------- /src/overlays/bs/stand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/stand.c -------------------------------------------------------------------------------- /src/overlays/bs/state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/state.h -------------------------------------------------------------------------------- /src/overlays/bs/statue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/statue.c -------------------------------------------------------------------------------- /src/overlays/bs/stonehead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/stonehead.c -------------------------------------------------------------------------------- /src/overlays/bs/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/sub.c -------------------------------------------------------------------------------- /src/overlays/bs/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/swim.c -------------------------------------------------------------------------------- /src/overlays/bs/talk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/talk.c -------------------------------------------------------------------------------- /src/overlays/bs/taxi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/taxi.c -------------------------------------------------------------------------------- /src/overlays/bs/throw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/throw.c -------------------------------------------------------------------------------- /src/overlays/bs/timeout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/timeout.c -------------------------------------------------------------------------------- /src/overlays/bs/tnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/tnt.c -------------------------------------------------------------------------------- /src/overlays/bs/tntswim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/tntswim.c -------------------------------------------------------------------------------- /src/overlays/bs/trexlarge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/trexlarge.c -------------------------------------------------------------------------------- /src/overlays/bs/turn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/turn.c -------------------------------------------------------------------------------- /src/overlays/bs/twirl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/twirl.c -------------------------------------------------------------------------------- /src/overlays/bs/van.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/van.c -------------------------------------------------------------------------------- /src/overlays/bs/vanswim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/vanswim.c -------------------------------------------------------------------------------- /src/overlays/bs/walk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/walk.c -------------------------------------------------------------------------------- /src/overlays/bs/walk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/walk.h -------------------------------------------------------------------------------- /src/overlays/bs/washer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/washer.c -------------------------------------------------------------------------------- /src/overlays/bs/wim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/bs/wim.c -------------------------------------------------------------------------------- /src/overlays/ca/dbfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ca/dbfunc.c -------------------------------------------------------------------------------- /src/overlays/ca/dbio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ca/dbio.c -------------------------------------------------------------------------------- /src/overlays/ca/pod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ca/pod.c -------------------------------------------------------------------------------- /src/overlays/ch/2dbaddy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/2dbaddy.c -------------------------------------------------------------------------------- /src/overlays/ch/anemone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/anemone.c -------------------------------------------------------------------------------- /src/overlays/ch/anim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/anim.c -------------------------------------------------------------------------------- /src/overlays/ch/attract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/attract.c -------------------------------------------------------------------------------- /src/overlays/ch/beehive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/beehive.c -------------------------------------------------------------------------------- /src/overlays/ch/bigfoot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/bigfoot.c -------------------------------------------------------------------------------- /src/overlays/ch/bkcart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/bkcart.c -------------------------------------------------------------------------------- /src/overlays/ch/blink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/blink.c -------------------------------------------------------------------------------- /src/overlays/ch/boggy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/boggy.c -------------------------------------------------------------------------------- /src/overlays/ch/bounce.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/bounce.c -------------------------------------------------------------------------------- /src/overlays/ch/bubble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/bubble.c -------------------------------------------------------------------------------- /src/overlays/ch/clinker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/clinker.c -------------------------------------------------------------------------------- /src/overlays/ch/conga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/conga.c -------------------------------------------------------------------------------- /src/overlays/ch/crate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/crate.c -------------------------------------------------------------------------------- /src/overlays/ch/credits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/credits.c -------------------------------------------------------------------------------- /src/overlays/ch/crusher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/crusher.c -------------------------------------------------------------------------------- /src/overlays/ch/deflect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/deflect.c -------------------------------------------------------------------------------- /src/overlays/ch/dingpot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/dingpot.c -------------------------------------------------------------------------------- /src/overlays/ch/dippy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/dippy.c -------------------------------------------------------------------------------- /src/overlays/ch/door.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/door.c -------------------------------------------------------------------------------- /src/overlays/ch/drips.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/drips.c -------------------------------------------------------------------------------- /src/overlays/ch/eato.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/eato.c -------------------------------------------------------------------------------- /src/overlays/ch/eel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/eel.c -------------------------------------------------------------------------------- /src/overlays/ch/egg/ice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/egg/ice.c -------------------------------------------------------------------------------- /src/overlays/ch/fire/fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/fire/fx.c -------------------------------------------------------------------------------- /src/overlays/ch/flamer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/flamer.c -------------------------------------------------------------------------------- /src/overlays/ch/floater.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/floater.c -------------------------------------------------------------------------------- /src/overlays/ch/floaty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/floaty.c -------------------------------------------------------------------------------- /src/overlays/ch/fog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/fog.c -------------------------------------------------------------------------------- /src/overlays/ch/fpsgame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/fpsgame.c -------------------------------------------------------------------------------- /src/overlays/ch/freezy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/freezy.c -------------------------------------------------------------------------------- /src/overlays/ch/glowbo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/glowbo.c -------------------------------------------------------------------------------- /src/overlays/ch/heggy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/heggy.c -------------------------------------------------------------------------------- /src/overlays/ch/honey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/honey.c -------------------------------------------------------------------------------- /src/overlays/ch/honeyb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/honeyb.c -------------------------------------------------------------------------------- /src/overlays/ch/humba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/humba.c -------------------------------------------------------------------------------- /src/overlays/ch/icekey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/icekey.c -------------------------------------------------------------------------------- /src/overlays/ch/icywind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/icywind.c -------------------------------------------------------------------------------- /src/overlays/ch/jigsaw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/jigsaw.c -------------------------------------------------------------------------------- /src/overlays/ch/jinjo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/jinjo.c -------------------------------------------------------------------------------- /src/overlays/ch/klungo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/klungo.c -------------------------------------------------------------------------------- /src/overlays/ch/laundry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/laundry.c -------------------------------------------------------------------------------- /src/overlays/ch/loggo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/loggo.c -------------------------------------------------------------------------------- /src/overlays/ch/mole/y.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/mole/y.c -------------------------------------------------------------------------------- /src/overlays/ch/nests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/nests.c -------------------------------------------------------------------------------- /src/overlays/ch/octopus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/octopus.c -------------------------------------------------------------------------------- /src/overlays/ch/phlegm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/phlegm.c -------------------------------------------------------------------------------- /src/overlays/ch/pickups.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/pickups.c -------------------------------------------------------------------------------- /src/overlays/ch/ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/ping.c -------------------------------------------------------------------------------- /src/overlays/ch/piranha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/piranha.c -------------------------------------------------------------------------------- /src/overlays/ch/quiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/quiz.c -------------------------------------------------------------------------------- /src/overlays/ch/rainbow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/rainbow.c -------------------------------------------------------------------------------- /src/overlays/ch/silo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/silo.c -------------------------------------------------------------------------------- /src/overlays/ch/sounder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/sounder.c -------------------------------------------------------------------------------- /src/overlays/ch/sparkle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/sparkle.c -------------------------------------------------------------------------------- /src/overlays/ch/squits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/squits.c -------------------------------------------------------------------------------- /src/overlays/ch/stinger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/stinger.c -------------------------------------------------------------------------------- /src/overlays/ch/stinger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/stinger.h -------------------------------------------------------------------------------- /src/overlays/ch/swappy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/swappy.c -------------------------------------------------------------------------------- /src/overlays/ch/swit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/swit.c -------------------------------------------------------------------------------- /src/overlays/ch/tiptup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/tiptup.c -------------------------------------------------------------------------------- /src/overlays/ch/tnt/box.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/tnt/box.c -------------------------------------------------------------------------------- /src/overlays/ch/tnt/hut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/tnt/hut.c -------------------------------------------------------------------------------- /src/overlays/ch/torpedo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/torpedo.c -------------------------------------------------------------------------------- /src/overlays/ch/uffy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/uffy.c -------------------------------------------------------------------------------- /src/overlays/ch/vandoor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/vandoor.c -------------------------------------------------------------------------------- /src/overlays/ch/warppad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/warppad.c -------------------------------------------------------------------------------- /src/overlays/ch/weather.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/weather.c -------------------------------------------------------------------------------- /src/overlays/ch/zubba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ch/zubba.c -------------------------------------------------------------------------------- /src/overlays/co/section.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/co/section.c -------------------------------------------------------------------------------- /src/overlays/db/anim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/anim.c -------------------------------------------------------------------------------- /src/overlays/db/id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/id.c -------------------------------------------------------------------------------- /src/overlays/db/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/light.c -------------------------------------------------------------------------------- /src/overlays/db/morph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/morph.c -------------------------------------------------------------------------------- /src/overlays/db/palette.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/palette.c -------------------------------------------------------------------------------- /src/overlays/db/shift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/shift.c -------------------------------------------------------------------------------- /src/overlays/db/tex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/tex.c -------------------------------------------------------------------------------- /src/overlays/db/vpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/vpl.c -------------------------------------------------------------------------------- /src/overlays/db/zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/db/zone.c -------------------------------------------------------------------------------- /src/overlays/fx/airbub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/airbub.c -------------------------------------------------------------------------------- /src/overlays/fx/dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/dialog.c -------------------------------------------------------------------------------- /src/overlays/fx/dlsmoke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/dlsmoke.c -------------------------------------------------------------------------------- /src/overlays/fx/egg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/egg.c -------------------------------------------------------------------------------- /src/overlays/fx/genlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/genlist.c -------------------------------------------------------------------------------- /src/overlays/fx/kern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/kern.c -------------------------------------------------------------------------------- /src/overlays/fx/leaves.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/leaves.c -------------------------------------------------------------------------------- /src/overlays/fx/mumbo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/mumbo.c -------------------------------------------------------------------------------- /src/overlays/fx/rain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/rain.c -------------------------------------------------------------------------------- /src/overlays/fx/ripple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/ripple.c -------------------------------------------------------------------------------- /src/overlays/fx/sparkle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/sparkle.c -------------------------------------------------------------------------------- /src/overlays/fx/spgold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/spgold.c -------------------------------------------------------------------------------- /src/overlays/fx/splash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/splash.c -------------------------------------------------------------------------------- /src/overlays/fx/step.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/step.c -------------------------------------------------------------------------------- /src/overlays/fx/twinkle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/fx/twinkle.c -------------------------------------------------------------------------------- /src/overlays/gc/cubeDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/cubeDll.c -------------------------------------------------------------------------------- /src/overlays/gc/egg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/egg.c -------------------------------------------------------------------------------- /src/overlays/gc/extra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/extra.c -------------------------------------------------------------------------------- /src/overlays/gc/game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/game.c -------------------------------------------------------------------------------- /src/overlays/gc/gamefix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/gamefix.c -------------------------------------------------------------------------------- /src/overlays/gc/goto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/goto.c -------------------------------------------------------------------------------- /src/overlays/gc/level.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/level.c -------------------------------------------------------------------------------- /src/overlays/gc/mapDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/mapDll.c -------------------------------------------------------------------------------- /src/overlays/gc/skyDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/skyDll.c -------------------------------------------------------------------------------- /src/overlays/gc/water.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/water.c -------------------------------------------------------------------------------- /src/overlays/gc/zoombox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gc/zoombox.c -------------------------------------------------------------------------------- /src/overlays/gl/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/crc.c -------------------------------------------------------------------------------- /src/overlays/gl/cutDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/cutDll.c -------------------------------------------------------------------------------- /src/overlays/gl/dbDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/dbDll.c -------------------------------------------------------------------------------- /src/overlays/gl/dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/dialog.c -------------------------------------------------------------------------------- /src/overlays/gl/eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/eeprom.c -------------------------------------------------------------------------------- /src/overlays/gl/id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/id.c -------------------------------------------------------------------------------- /src/overlays/gl/idmake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/idmake.c -------------------------------------------------------------------------------- /src/overlays/gl/packvtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/packvtx.c -------------------------------------------------------------------------------- /src/overlays/gl/record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/record.c -------------------------------------------------------------------------------- /src/overlays/gl/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/rtc.c -------------------------------------------------------------------------------- /src/overlays/gl/zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gl/zone.c -------------------------------------------------------------------------------- /src/overlays/gs/attract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gs/attract.c -------------------------------------------------------------------------------- /src/overlays/gs/maker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gs/maker.c -------------------------------------------------------------------------------- /src/overlays/gz/public.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gz/public.c -------------------------------------------------------------------------------- /src/overlays/gz/reg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gz/reg.c -------------------------------------------------------------------------------- /src/overlays/gz/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gz/thread.c -------------------------------------------------------------------------------- /src/overlays/gz/trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/gz/trace.c -------------------------------------------------------------------------------- /src/overlays/id/bounce.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/bounce.c -------------------------------------------------------------------------------- /src/overlays/id/flame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/flame.c -------------------------------------------------------------------------------- /src/overlays/id/flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/flash.c -------------------------------------------------------------------------------- /src/overlays/id/flasha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/flasha.c -------------------------------------------------------------------------------- /src/overlays/id/glow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/glow.c -------------------------------------------------------------------------------- /src/overlays/id/glowa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/glowa.c -------------------------------------------------------------------------------- /src/overlays/id/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/light.c -------------------------------------------------------------------------------- /src/overlays/id/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/scroll.c -------------------------------------------------------------------------------- /src/overlays/id/twinkle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/twinkle.c -------------------------------------------------------------------------------- /src/overlays/id/water.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/water.c -------------------------------------------------------------------------------- /src/overlays/id/wave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/wave.c -------------------------------------------------------------------------------- /src/overlays/id/wibble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/wibble.c -------------------------------------------------------------------------------- /src/overlays/id/world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/id/world.c -------------------------------------------------------------------------------- /src/overlays/in/antab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/in/antab.c -------------------------------------------------------------------------------- /src/overlays/in/drv_fx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/in/drv_fx.c -------------------------------------------------------------------------------- /src/overlays/ml/spline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ml/spline.c -------------------------------------------------------------------------------- /src/overlays/ml/wave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/ml/wave.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/1p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/1p.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/1p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/1p.h -------------------------------------------------------------------------------- /src/overlays/nc/ba/bee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/bee.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/die.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/dive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/dive.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/fly.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/jig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/jig.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/pan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/pan.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/sub.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/suck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/suck.c -------------------------------------------------------------------------------- /src/overlays/nc/ba/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/ba/swim.c -------------------------------------------------------------------------------- /src/overlays/nc/pod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/pod.c -------------------------------------------------------------------------------- /src/overlays/nc/start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/nc/start.c -------------------------------------------------------------------------------- /src/overlays/pl/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/pl/camera.c -------------------------------------------------------------------------------- /src/overlays/pl/su.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/pl/su.c -------------------------------------------------------------------------------- /src/overlays/pl/su.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/pl/su.h -------------------------------------------------------------------------------- /src/overlays/rt/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/rt/light.c -------------------------------------------------------------------------------- /src/overlays/sc/custom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/sc/custom.c -------------------------------------------------------------------------------- /src/overlays/sc/infobar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/sc/infobar.c -------------------------------------------------------------------------------- /src/overlays/sc/radar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/sc/radar.c -------------------------------------------------------------------------------- /src/overlays/seq/dat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/seq/dat.c -------------------------------------------------------------------------------- /src/overlays/seq/define.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/seq/define.c -------------------------------------------------------------------------------- /src/overlays/su/bgame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/bgame.c -------------------------------------------------------------------------------- /src/overlays/su/chase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/chase.c -------------------------------------------------------------------------------- /src/overlays/su/coaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/coaster.c -------------------------------------------------------------------------------- /src/overlays/su/deflect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/deflect.c -------------------------------------------------------------------------------- /src/overlays/su/dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/dialog.c -------------------------------------------------------------------------------- /src/overlays/su/egg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/egg.c -------------------------------------------------------------------------------- /src/overlays/su/eggmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/eggmisc.c -------------------------------------------------------------------------------- /src/overlays/su/eggmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/eggmove.c -------------------------------------------------------------------------------- /src/overlays/su/fade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/fade.c -------------------------------------------------------------------------------- /src/overlays/su/flamefx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/flamefx.c -------------------------------------------------------------------------------- /src/overlays/su/freezy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/freezy.c -------------------------------------------------------------------------------- /src/overlays/su/inv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/inv.c -------------------------------------------------------------------------------- /src/overlays/su/jiggy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/jiggy.c -------------------------------------------------------------------------------- /src/overlays/su/lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/lights.c -------------------------------------------------------------------------------- /src/overlays/su/mole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/mole.c -------------------------------------------------------------------------------- /src/overlays/su/mumbofx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/mumbofx.c -------------------------------------------------------------------------------- /src/overlays/su/quiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/quiz.c -------------------------------------------------------------------------------- /src/overlays/su/restart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/restart.c -------------------------------------------------------------------------------- /src/overlays/su/spline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/spline.c -------------------------------------------------------------------------------- /src/overlays/su/splinet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/su/splinet.c -------------------------------------------------------------------------------- /src/overlays/tr/angler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/tr/angler.c -------------------------------------------------------------------------------- /src/overlays/vp/flicker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/flicker.c -------------------------------------------------------------------------------- /src/overlays/vp/glow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/glow.c -------------------------------------------------------------------------------- /src/overlays/vp/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/light.c -------------------------------------------------------------------------------- /src/overlays/vp/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/module.c -------------------------------------------------------------------------------- /src/overlays/vp/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/scroll.c -------------------------------------------------------------------------------- /src/overlays/vp/wibble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/src/overlays/vp/wibble.c -------------------------------------------------------------------------------- /symbol_addrs.us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/symbol_addrs.us.txt -------------------------------------------------------------------------------- /tools/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/.gitignore -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/list_overlays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/list_overlays.py -------------------------------------------------------------------------------- /tools/m2ctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/m2ctx.py -------------------------------------------------------------------------------- /tools/n64crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/n64crc.c -------------------------------------------------------------------------------- /tools/progress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/progress.py -------------------------------------------------------------------------------- /tools/requirements.txt: -------------------------------------------------------------------------------- 1 | spimdisasm==1.35.0 2 | toml>=0.10.2 3 | mapfile-parser>=2.4.0,<3.0.0 4 | 5 | -------------------------------------------------------------------------------- /tools/restructure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/restructure.py -------------------------------------------------------------------------------- /tools/rom_compressor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/rom_compressor.cpp -------------------------------------------------------------------------------- /tools/syscall_builder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/syscall_builder.cpp -------------------------------------------------------------------------------- /tools/tooie_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/tooie_utils.cpp -------------------------------------------------------------------------------- /tools/tooie_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/tooie_utils.h -------------------------------------------------------------------------------- /tools/upload_frogress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/tools/upload_frogress.py -------------------------------------------------------------------------------- /undefined_syms.us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Wiseguy/banjo-tooie/HEAD/undefined_syms.us.txt --------------------------------------------------------------------------------