Misc fixes for the usage of constants

Several improvements that will make it easier to edit some data
structures for everyone.
This commit is contained in:
mid-kid
2017-12-19 21:28:06 +01:00
parent 21607bdd1f
commit cbec3771e2
4 changed files with 6 additions and 6 deletions

View File

@@ -740,7 +740,7 @@ Link_PrepPartyData_Gen1: ; 28499
ld hl, BaseData + BASE_TYPES
ld bc, BASE_DATA_SIZE
call AddNTimes
ld bc, 2
ld bc, BASE_CATCH_RATE - BASE_TYPES
ld a, BANK(BaseData)
call FarCopyBytes
pop bc