mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Merge branch 'mistress' into renewables
This commit is contained in:
commit
b85e6fb85f
101 changed files with 490 additions and 412 deletions
|
|
@ -179,13 +179,15 @@ ResetLegendaryPokemon:
|
|||
; ordering in data/events/trades.asm
|
||||
|
||||
; trades 0-7
|
||||
ld b, %11111111
|
||||
; ld b, %11111111
|
||||
ld b, %00000000
|
||||
ld a, [wCompletedInGameTradeFlags]
|
||||
and b
|
||||
ld [wCompletedInGameTradeFlags], a
|
||||
|
||||
; trades 8-15
|
||||
ld b, %00000011
|
||||
; ld b, %00000011
|
||||
ld b, %00000000
|
||||
ld a, [wCompletedInGameTradeFlags+1]
|
||||
and b
|
||||
ld [wCompletedInGameTradeFlags+1], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue