diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -640,6 +640,7 @@ wEnemyScreens:: ; c700 ; see wPlayerScreens db +UNION ; c701 wPlayerSafeguardCount:: db ; c701 wPlayerLightScreenCount:: db ; c702 wPlayerReflectCount:: db ; c703 @@ -648,7 +649,19 @@ wPlayerReflectCount:: db ; c703 wEnemySafeguardCount:: db ; c705 wEnemyLightScreenCount:: db ; c706 wEnemyReflectCount:: db ; c707 - ds 2 + ds 1 + +NEXTU ; c701 + ds 1 +wBetaPokerSGBPals:: dw ; c702 + ds 1 +wBetaPokerSGBAttr:: db ; c705 +wBetaPokerSGBCol:: db ; c706 +wBetaPokerSGBRow:: db ; c707 + ds 1 +ENDU ; c708 + + ds 1 wBattleWeather:: ; c70a ; 00 normal @@ -2352,7 +2365,7 @@ ENDU ; d430 wd430:: ; mobile wBattleAction:: db ; d430 -wd431:: db ; mobile +wLinkBattleSentAction:: db ; d431 wMapStatus:: db ; d432 wMapEventStatus:: db ; d433 |