Skip to content

Tweaks#67

Open
jamsilva wants to merge 2 commits into
pret:masterfrom
jamsilva:tweaks
Open

Tweaks#67
jamsilva wants to merge 2 commits into
pret:masterfrom
jamsilva:tweaks

Conversation

@jamsilva
Copy link
Copy Markdown

Just a few small tweaks:

  • Replaced an hardcoded address
  • Changed some hexadecimal values in scenes.asm with what they actually mean.

Comment thread src/engine/bank05.asm Outdated
bank1call CheckCantUseTrainerDueToEffect
ret c
call $6968
call Func_167e5.weird_jump
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a good fix.

This should be:

Suggested change
call Func_167e5.weird_jump
call LoadNonPokemonCardEffectCommands ; BUG: should be bank1call

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see. That's actually the fix that Claude code came up with for @m1o1. I think if the bug wasn't documented this would be more prone to breakage in projects that change the code but with the comment, you expect such projects to fix it so, yeah, changed.

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