Merge pull request #21 from iimarckus/decimal1

Decimal1
This commit is contained in:
Bryan Bishop 2012-07-05 07:41:50 -07:00
commit c98f1166ec
2 changed files with 100 additions and 91 deletions

183
main.asm

File diff suppressed because it is too large Load Diff

View File

@ -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