diff options
| author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-05-09 00:15:39 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 13:15:39 -0400 |
| commit | f17cbee7a98c2f81d14ed26707157bddbcfce755 (patch) | |
| tree | 8bbd0cb9ae08087548f92a74238cc724f8da9de9 /ram | |
| parent | 2709ce5259a26719c1ef3c4288f2fa2dd5d3af85 (diff) | |
Dump banks $09 and $0B (#93)
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/hram.asm | 4 | ||||
| -rw-r--r-- | ram/wram.asm | 19 |
2 files changed, 15 insertions, 8 deletions
diff --git a/ram/hram.asm b/ram/hram.asm index da8f685..2b28792 100644 --- a/ram/hram.asm +++ b/ram/hram.asm @@ -149,8 +149,8 @@ hFFC9:: db hFFCA:: db hFFCB:: db hFFCC:: db - - ds 3 ; TODO +hFFCD:: db + ds 2 ; TODO hLCDCPointer:: db diff --git a/ram/wram.asm b/ram/wram.asm index dc8010a..e6c6d34 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -544,6 +544,8 @@ wPlayerLinkAction:: db wLinkTimeoutFrames:: dw wcb58:: ds 2 wMonType:: db + +wSelectedItem:: wCurSpecies:: db wNamedObjectTypeBuffer:: db @@ -636,8 +638,11 @@ wMenuDataItems:: db wMenuDataIndicesPointer:: dw wMenuDataDisplayFunctionPointer:: dw wMenuDataPointerTableAddr:: dw - -SECTION "MenuData3", WRAM0[$CC22] + ds 2 +wcc1c:: dw + ds 1 +wcc1f:: dw + ds 1 wMenuData3:: w2DMenuCursorInitY:: db @@ -759,7 +764,11 @@ SECTION "CD11", WRAM0[$CD11] wcd11:: ds 1 - ds 20 + ds 11 + +wcd1d:: ds 8 + + ds 1 wStringBuffer1:: ds 1 ; How long is this? wcd27:: ds 1 @@ -872,9 +881,7 @@ wcdb9:: ds 1 wItemAttributeParamBuffer:: db wCurPartyLevel:: db - -SECTION "CDBD", WRAM0[$CDBD] - +wcdbc:: db wLinkMode:: db ; 00 - ; 01 - |
