diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-30 00:02:58 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-30 00:02:58 -0400 |
commit | 8b5cc02a48b6615f3ad4ddd37798f9ed2976c5bd (patch) | |
tree | 0c318ce141d0dce91a3ae2cb1c22ef7a34cbde75 /wram.asm | |
parent | a308a1adadc1f782577c23ca62c0b3abd715b0ce (diff) |
Add engine/menus/trainer_card.asm.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 39 |
1 files changed, 31 insertions, 8 deletions
@@ -1766,17 +1766,40 @@ wce62:: ds 1 ; ce62 wce63:: wJumptableIndex:: db -wce64:: + +UNION ; ce64 +; unidentified +wce64:: db +wce65:: db +wce66:: db + +NEXTU ; ce64 +; intro and title data +wIntroSceneFrameCounter:: db +UNION ; ce65 +wIntroSceneTimer:: db +NEXTU ; ce65 +wTitleScreenTimer:: dw +ENDU + +NEXTU ; ce64 +; pack +wPackJumptableIndex:: db +wCurPocket:: db +wPackUsedItem:: db + +NEXTU ; ce64 +; trainer card badges +wTrainerCardBadgeFrameCounter:: db +wTrainerCardBadgeTileID:: db +wTrainerCardBadgeAttributes:: db + +NEXTU ; ce64 +; miscellaneous wFrameCounter:: wMomBankDigitCursorPosition:: db -wce65:: -wIntroSceneTimer:: -wCurPocket:: - db -wce66:: -wPackUsedItem:: - db +ENDU ; ce67 wRequested2bpp:: ds 1 ; ce67 wRequested2bppSource:: dw ; ce68 |