DV / Stat Exp display in stat menu

Imported from Shin Pokered. Required a little bit of refactoring but all in all very straightforward. I changed the WRAM associations to be easier for me to work with should I ever need to.

I am not a 100% fan of the way this works - requiring hold inputs - but I am also not sure how to make it just be something you can easily input...
This commit is contained in:
Llinos Evans 2023-06-11 07:25:45 +01:00
parent c939b46740
commit 98110eddc8
3 changed files with 121 additions and 10 deletions

View file

@ -1797,8 +1797,6 @@ wOptions:: db
wObtainedBadges:: flag_array NUM_BADGES
ds 1
; bit 0: If 0, limit the delay to 1 frame. Note that this has no effect if
; the delay has been disabled entirely through bit 1 of this variable
; or bit 6 of wd730.
@ -1854,8 +1852,13 @@ wSpriteSetID:: db
wObjectDataPointerTemp:: dw
; Used on the new status screen
wDVCalcVar1::
ds 2
wDVCalcVar2::
ds 4
; the tile shown outside the boundaries of the map
wMapBackgroundTile:: db
@ -1871,7 +1874,7 @@ wDestinationWarpID:: db
;;;;;;;;;; note: CHANGED: this empty space is now used for bigger bag space - TY Vortiene
UNION
; original size of this empty space
ds 128
ds 124
NEXTU
wNumBagItems:: db