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

Fix warnings about deprecated mnemonics on newer builds of rgbds #33

Merged
merged 1 commit into from
Sep 26, 2017

Conversation

Pokechu22
Copy link
Contributor

This fixes warnings like

warning: src/main.asm(4) -> engine/home.asm(808):
	'JP [HL]' is obsolete, use 'JP HL' instead.

and

warning: src/main.asm(4) -> engine/home.asm(971):
	'LD HL,[SP+e8]' is obsolete, use 'LD HL,SP+e8' instead.

on new builds of RGBDS. Everything still compiles correctly with older versions (tested v0.2.5), at least as far as I can tell (I am not familiar with this toolchain).

See also: pret/pokered#147

@dannye
Copy link
Member

dannye commented Sep 26, 2017

Thanks!

@dannye dannye merged commit 7e77e85 into pret:master Sep 26, 2017
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

Successfully merging this pull request may close these issues.

2 participants