diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-07-05 07:41:50 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-07-05 07:41:50 -0700 |
commit | c98f1166ec32bccf2ac9716a8bfa7b6717957a5c (patch) | |
tree | 8e7b736a65a560031448317148d9dde4dc29b189 /wram.asm | |
parent | 45af84e3363d664404a676939c939f5f4997a718 (diff) | |
parent | e29988a362ba421c417a1a2dc4c08afcb0889f34 (diff) |
Merge pull request #21 from iimarckus/decimal1
Decimal1
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -592,6 +592,14 @@ PlayerID: ; 0xd47b PlayerName: ; 0xd47d ds 11 +SECTION "scriptram",BSS[$d962] +MooMooBerries: ; 0xd962 + ds 1 ; how many berries fed to MooMoo +UndergroundSwitchPositions: ; 0xd963 + ds 1 ; which positions the switches are in +FarfetchdPosition: ; 0xd964 + ds 1 ; which position the ilex farfetch'd is in + SECTION "Events",BSS[$dad4] ;RoomDecorations: ; dac6 |