peasant: load works better

This commit is contained in:
Vince Weaver 2021-09-27 16:44:40 -04:00
parent 3af233d53e
commit 9d36dbf481
3 changed files with 5 additions and 10 deletions

View File

@ -3,8 +3,7 @@ TODO:
General:
- More frames in peasant sprites
- Hook up text parser
- Move music to language card?
- Remove mockingboard detect from qload, move other things in?
- When load game, stop walking
Videlectrix Title:
- Can we make it faster?

View File

@ -446,7 +446,7 @@ load_loop:
cpx #(END_OF_SAVE-WHICH_LOAD+1)
bne load_loop
lda #$ff
lda #$1 ; 1 means exit to loader?
sta GAME_OVER
done_load:

View File

@ -17,15 +17,11 @@ WHICH_PEASANTRY=1
peasant_quest:
lda #0
sta GAME_OVER
jsr hgr_make_tables
jsr hgr2
lda #0
sta FRAME
jsr hgr_make_tables ; necessary?
jsr hgr2 ; necessary?
; update map location
jsr update_map_location