From a136ae576c1f5ea4adb7b5f5720f734d52aafe0c Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 4 Jul 2012 21:42:39 -0600 Subject: Add special 0x96, the Beasts check. --- wram.asm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 6b9b6cd8c..bb8fc399f 100644 --- a/wram.asm +++ b/wram.asm @@ -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 -- cgit v1.2.3