You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more WRAM labels, and start a <X>_DummyFunction label convention
This commit is contained in:
@@ -44,9 +44,9 @@ InitList:
|
||||
ld a, h
|
||||
ld [wListPointer + 1], a
|
||||
ld a, e
|
||||
ld [wUnusedD102], a
|
||||
ld [wUnusedNamesPointer], a
|
||||
ld a, d
|
||||
ld [wUnusedD102 + 1], a
|
||||
ld [wUnusedNamesPointer + 1], a
|
||||
ld bc, ItemAttributes
|
||||
ld a, c
|
||||
ld [wItemAttributesPtr], a
|
||||
|
@@ -165,9 +165,9 @@ Gen2ToGen1LinkComms:
|
||||
ld hl, wTimeCapsulePlayerData
|
||||
call Function2868a
|
||||
ld a, LOW(wOTPartyMonOT)
|
||||
ld [wUnusedD102], a
|
||||
ld [wUnusedNamesPointer], a
|
||||
ld a, HIGH(wOTPartyMonOT)
|
||||
ld [wUnusedD102 + 1], a
|
||||
ld [wUnusedNamesPointer + 1], a
|
||||
ld de, MUSIC_NONE
|
||||
call PlayMusic
|
||||
ldh a, [hSerialConnectionStatus]
|
||||
@@ -407,9 +407,9 @@ Gen2ToGen2LinkComms:
|
||||
ld bc, wOTPartyDataEnd - wOTPartyMons
|
||||
call CopyBytes
|
||||
ld a, LOW(wOTPartyMonOT)
|
||||
ld [wUnusedD102], a
|
||||
ld [wUnusedNamesPointer], a
|
||||
ld a, HIGH(wOTPartyMonOT)
|
||||
ld [wUnusedD102 + 1], a
|
||||
ld [wUnusedNamesPointer + 1], a
|
||||
ld de, MUSIC_NONE
|
||||
call PlayMusic
|
||||
ldh a, [hSerialConnectionStatus]
|
||||
|
Reference in New Issue
Block a user