Skip to content

Commit

Permalink
lufia2ac: prevent using party member items if party is full
Browse files Browse the repository at this point in the history
  • Loading branch information
el-u committed Dec 19, 2022
1 parent b83aec5 commit 6eb0062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/lufia2ac/basepatch/basepatch.asm
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ SpecialItemUse:
ADC.w #$FD2E
STA $09B7 ; set pointer to L2SASM join script
SEP #$20
LDA $07A9 ; load EV register $11 (party counter)
CMP.b #$03
BPL + ; abort if party full
LDA.b #$8E
STA $09B9
PHK
Expand Down
Binary file modified worlds/lufia2ac/basepatch/basepatch.bsdiff4
Binary file not shown.

0 comments on commit 6eb0062

Please sign in to comment.