You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove mom saving/spending coins (#1); add coins gained from a trainer battle to wCurLevelCoins (#30)
This commit is contained in:
13
ram/wram.asm
13
ram/wram.asm
@@ -2396,14 +2396,6 @@ wStatusFlags2::
|
||||
db
|
||||
|
||||
wCoins:: ds 3
|
||||
wMomsCoins:: ds 3
|
||||
|
||||
wMomSavingCoins::
|
||||
; bit 0: saving some coins
|
||||
; bit 1: saving half coins (unused)
|
||||
; bit 2: saving all coins (unused)
|
||||
; bit 7: active
|
||||
db
|
||||
|
||||
wChips:: dw
|
||||
|
||||
@@ -2503,11 +2495,6 @@ wDecoLeftOrnament:: db
|
||||
wDecoRightOrnament:: db
|
||||
wDecoBigDoll:: db
|
||||
|
||||
; Items bought from Mom
|
||||
wWhichMomItem:: db
|
||||
wWhichMomItemSet:: db
|
||||
wMomItemTriggerBalance:: ds 3
|
||||
|
||||
wDailyResetTimer:: dw
|
||||
wDailyFlags1:: db
|
||||
wDailyFlags2:: db
|
||||
|
Reference in New Issue
Block a user