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: General:
- More frames in peasant sprites - More frames in peasant sprites
- Hook up text parser - Hook up text parser
- Move music to language card? - When load game, stop walking
- Remove mockingboard detect from qload, move other things in?
Videlectrix Title: Videlectrix Title:
- Can we make it faster? - Can we make it faster?

View File

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

View File

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