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

The Trade Movie does not show the correct Species No. #15

Open
vulcandth opened this issue Nov 6, 2022 · 0 comments
Open

The Trade Movie does not show the correct Species No. #15

vulcandth opened this issue Nov 6, 2022 · 0 comments

Comments

@vulcandth
Copy link

The Trade movie does not show the correct species no. This is due to a needed Pokemon ID to Index conversion.

ld de, wPlayerTrademonSpecies
call TrademonStats_PrintSpeciesNumber

call TrademonStats_PrintSpeciesNumber
ld de, wOTTrademonSpeciesName

TrademonStats_PrintSpeciesNumber:
hlcoord 10, 0
lb bc, PRINTNUM_LEADINGZEROS | 1, 3
call PrintNum
ld [hl], " "
ret

This is fixed in my rebase: vulcandth/pokecrystal16@5f6518b

astraldaughter pushed a commit to astraldaughter/pokecrystal16 that referenced this issue Mar 8, 2023
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