mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Label more mobile WRAM
Memes and a pipedream of a fully-documented wram.
This commit is contained in:
parent
ffa63c51df
commit
db8830ba53
1
hram.asm
1
hram.asm
@ -129,3 +129,4 @@ hDMATransfer EQU $ffe8
|
||||
hMobile EQU $ffe9
|
||||
hSystemBooted EQU $ffea
|
||||
hClockResetTrigger EQU $ffeb
|
||||
hFFEC EQU $ffec
|
||||
|
File diff suppressed because it is too large
Load Diff
21
wram.asm
21
wram.asm
@ -359,7 +359,13 @@ SECTION "Battle", WRAM0
|
||||
|
||||
UNION ; c608
|
||||
; unidentified uses
|
||||
wc608:: ds 480
|
||||
wc608:: ds 53
|
||||
wc63d:: ds 5
|
||||
wc642:: ds 5
|
||||
wc647:: ds 33
|
||||
wc668:: ds 32
|
||||
wc688:: ds 2
|
||||
wc68a:: ds 350
|
||||
|
||||
NEXTU ; c608
|
||||
; surrounding tiles
|
||||
@ -868,7 +874,18 @@ endc
|
||||
|
||||
NEXTU ; c6d0
|
||||
; mobile data
|
||||
wc6d0:: ds 126
|
||||
wc6d0:: ds 56
|
||||
wc708:: db
|
||||
wc709:: db
|
||||
wc70a:: db
|
||||
wc70b:: db
|
||||
wc70c:: db
|
||||
wc70d:: db
|
||||
wc70e:: db
|
||||
wc70f:: db
|
||||
wc710:: db
|
||||
wc711:: db
|
||||
wc712:: ds 60
|
||||
wc74e:: ds 107
|
||||
wc7b9:: ds 1
|
||||
wc7ba:: ds 1
|
||||
|
Loading…
Reference in New Issue
Block a user