diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-07-04 21:42:39 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-07-04 21:42:39 -0600 |
commit | a136ae576c1f5ea4adb7b5f5720f734d52aafe0c (patch) | |
tree | 145b4ba3a2b09cd8100d53a5a75de252fa88b053 /wram.asm | |
parent | 08291a69a65ac6e5397ac1d317ed5d8329ba22be (diff) |
Add special 0x96, the Beasts check.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -586,6 +586,12 @@ OTPartyMon5Nickname: ; d416 OTPartyMon6Nickname: ; d421 ds 11 +SECTION "Player",BSS[$d47b] +PlayerID: ; 0xd47b + ds 2 +PlayerName: ; 0xd47d + ds 11 + SECTION "Events",BSS[$dad4] ;RoomDecorations: ; dac6 |