Skip to content

Commit

Permalink
Define entrace hall room for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
picosonic committed Dec 20, 2023
1 parent 1a8b1a1 commit a79d319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beeb/consts.asm
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ PRT_PEN = 16

; Room related
ROOM_EMPTY = 70
BIGGESTROOM = 919 ; Room 22
BIGGESTROOM = 919 ; In bytes - Room 22
TITLEROOM = 0
BEANSTALKROOM = 1
FIREROOM = 2
HEARTSROOM = 3
GAMESTARTROOM = 36
ENTRANCEHALLROOM = 52
ALLOTMENTROOM = 58

DIZZY_WIDTH = (3*8)
Expand Down

0 comments on commit a79d319

Please sign in to comment.