mirror of
https://github.com/pret/pokegold.git
synced 2026-04-26 01:47:27 -05:00
Use separate constants for wChosenCableClubRoom (#144)
These numbers aren't related to the LINK_ values at all, it's just a coincidence. Changing these is an easy way for games to force incompatibility with the original game.
This commit is contained in:
parent
41e007f75d
commit
0d5be01390
|
|
@ -33500,9 +33500,9 @@ SRAM bank #2:
|
|||
$a4e3 = sBox2Mon4Unused1
|
||||
$a4e4 = sBox2Mon4Unused2
|
||||
$a4e5 = sBox2Mon4Level
|
||||
$a4e6 = sBox2Mon5
|
||||
$a4e6 = sBox2Mon4BoxEnd
|
||||
$a4e6 = sBox2Mon5Species
|
||||
$a4e6 = sBox2Mon5
|
||||
$a4e7 = sBox2Mon5Item
|
||||
$a4e8 = sBox2Mon5Moves
|
||||
$a4ec = sBox2Mon5ID
|
||||
|
|
|
|||
|
|
@ -33501,9 +33501,9 @@ SRAM bank #2:
|
|||
$a4e3 = sBox2Mon4Unused1
|
||||
$a4e4 = sBox2Mon4Unused2
|
||||
$a4e5 = sBox2Mon4Level
|
||||
$a4e6 = sBox2Mon5
|
||||
$a4e6 = sBox2Mon4BoxEnd
|
||||
$a4e6 = sBox2Mon5Species
|
||||
$a4e6 = sBox2Mon5
|
||||
$a4e7 = sBox2Mon5Item
|
||||
$a4e8 = sBox2Mon5Moves
|
||||
$a4ec = sBox2Mon5ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user