mist: clean up some graphics around the dentist office
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 1015 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.2 KiB |
@ -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:
|
||||
|
14
mist/mist.s
@ -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:
|
||||
|