Removed some old unimplemented-function stuff that we no longer need
Made Back.cpp about as ASM-accurate as I can make it
Removed the SDL dependency from Draw.h
Applied SURFACE_ID constants to everything
Added some bugfixes and cleanup
Note a difference in the old Linux port
Fixed an inaccuracy in NPC002 (Behemoth)
Fix another capitalisation error in the stage table
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Removed leftover SDL_rwops includes
Update README.md
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Ditched SDL's file IO for stdio and our own convenience functions
Merge pull request #65 from Clownacy/master
Update README.md
Merge pull request #63 from Clownacy/master
Removed junk cursor resource files
Merge pull request #62 from Clownacy/master
Merge pull request #58 from Clownacy/master
Added Makefile dependency generation, and did some cleanup
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Fixed an inaccuracy in NPC104 (Frog)
Fixed some portability issues (tested on a Pi)
Fixed inaccuracy in NPC121 (Colon)
Merge pull request #54 from Clownacy/master
Merge pull request #53 from Clownacy/master
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Removed a __cdecl that shouldn't be there
Merge pull request #52 from Clownacy/master
Merge pull request #51 from Clownacy/master
Added Windows-specific icon files
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Fixed (C)Pixel .pbm protection on 32-bit builds
Merge pull request #50 from Clownacy/master
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Update README.md
moved fonts to seperate folder, switched to joysticks for control
Merge pull request #49 from Clownacy/master
Made PixTone use the new rand function
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
tallscreen fix, replicated MSVC rand
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
Merge pull request #48 from Clownacy/master
Merge pull request #47 from Clownacy/master
Added Undead Core and more NPCs