Add member constants for the base data struct, same as most other structs
This commit is contained in:
@@ -737,8 +737,8 @@ Link_PrepPartyData_Gen1: ; 28499
|
||||
.skip_steel
|
||||
push bc
|
||||
dec a
|
||||
ld hl, BaseData + 7 ; type
|
||||
ld bc, BaseData1 - BaseData0
|
||||
ld hl, BaseData + BASE_TYPES
|
||||
ld bc, BASE_DATA_SIZE
|
||||
call AddNTimes
|
||||
ld bc, 2
|
||||
ld a, BANK(BaseData)
|
||||
|
Reference in New Issue
Block a user