diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 21:44:22 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 21:44:22 +0100 |
commit | 4ce5374e962cea37d5e0834ab2488eef04cf13cf (patch) | |
tree | 32d9a0b3b5969541e460c5429aab23e7eabc1388 /src/wram.asm | |
parent | 96735ba758a5f91eccce9a654d8dab3879b9104a (diff) |
More duel engine and menus disasm
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/src/wram.asm b/src/wram.asm index 226248b..79c94c5 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -570,17 +570,13 @@ wcbd8:: ; cbd8 wcbd9:: ; cbd9 ds $1 -wcbda:: ; cbda - ds $1 - -wcbdb:: ; cbdb - ds $1 - -wcbdc:: ; cbdc - ds $1 +; in the hand or discard pile card screen, id of the text printed in the bottom-left box +wCardListInfoBoxText:: ; cbda + ds $2 -wcbdd:: ; cbdd - ds $1 +; in the hand or discard pile card screen, id of the text printed as the header title +wCardListHeaderText:: ; cbdc + ds $2 wcbde:: ; cbde ds $1 @@ -882,7 +878,22 @@ wTileBehindCursor:: ; cd16 wMenuFunctionPointer:: ; cd17 ds $2 - ds $7f +wcd19:: ; cd19 + ds $1 + +wcd1a:: ; cd1a + ds $1 + +wcd1b:: ; cd1b + ds $1 + +wcd1c:: ; cd1c + ds $1 + + ds $7a + +wcd97:: ; cd97 + ds $1 ; x coord of the leftmost item in a horizontal menu wLeftmostItemCursorX:: ; cd98 |