Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading Entry Point 'main.asm' and 'xor' line preventing compilation #90

Open
LaroldsJubilantJunkyard opened this issue Apr 28, 2024 · 0 comments

Comments

@LaroldsJubilantJunkyard
Copy link
Contributor

Two issues pointed out by @bpf on the gbdev/asm-rgbds channel.

  1. The 'main.asm' file is not the actual entrypoint, but that might be confusing for a lot of people. the actual entry point is the src/main/GalacticArmada.asm file. Code snippets should be adjusted to reflect this.
  2. Getting an error of syntax error, unexpected newline in the enemies.asm file. There's a naked xor statement (no registers specified)

The discord messages for reference:

LaroldsJubilantJunkyard added a commit to LaroldsJubilantJunkyard/gb-asm-tutorial-fork that referenced this issue Apr 28, 2024
LaroldsJubilantJunkyard added a commit to LaroldsJubilantJunkyard/gb-asm-tutorial-fork that referenced this issue Apr 28, 2024
avivace pushed a commit that referenced this issue May 7, 2024
…#91)

* initial commit for #90

* removing main.asm
fixing copy/paste typo committed
adding spaces for some code snippets
removing unused game-states.md file
adding anchor to enemies section header

* fixed naked xor for #90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant