mist: clean up some graphics around the dentist office

This commit is contained in:
Vince Weaver 2020-07-03 20:32:58 -04:00
parent 0608053522
commit 68715719a1
9 changed files with 16 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -184,7 +184,10 @@ location8:
.word step_land3_e_lzsa ; east bg
.word step_land3_w_lzsa ; west bg
.byte BG_WEST | BG_EAST ; west and eastl
.byte $ff ; special exit
.byte DIRECTION_E ; special exit
.byte 0,16 ; special x
.byte 0,32 ; special y
.word goto_dentist_steps-1
; MIST_OUTSIDE_TEMPLE -- at the top outside temple
location9:

View File

@ -208,9 +208,19 @@ green_house:
lda #MIST_GREEN_SHACK
sta LOCATION
jsr change_location
jmp change_location
rts
goto_dentist_steps:
lda #MIST_STEPS_DENTIST
sta LOCATION
lda #DIRECTION_N
sta DIRECTION
jmp change_location
enter_octagon: