demos: output demo files as asm and binary sources#34
Open
cluekitty wants to merge 1 commit intoMetroidAdvRandomizerSystem:mainfrom
Open
demos: output demo files as asm and binary sources#34cluekitty wants to merge 1 commit intoMetroidAdvRandomizerSystem:mainfrom
cluekitty wants to merge 1 commit intoMetroidAdvRandomizerSystem:mainfrom
Conversation
Contributor
|
Is this PR something that we still want to pursue? |
Contributor
Doesn't hurt to merge it if the conflicts are fixed |
Contributor
|
Wouldn't it be more interesting/flexible if we provide the ability in the patcher instead to write custom demos? |
Contributor
Author
|
It probably would be. This was originally done before patcher work, probably. As it stands right now there's no demos that play at all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
demo.lua will now assume that it is being run from the MARS-Fusion git repo. It will not output files otherwise.
This is my first time working with makefiles so if you feel the need to re-org how this works please do.
make src/demos/demos-combined.swill gather all demos that were generated and combine them into a singledemos-combined.sto be sourced withmain.sI've also created a couple of sample demos (escaping main deck and sector 6 geron spark) if you would like me to include those as part of this or a new PR.