mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
peasant: load works better
This commit is contained in:
parent
3af233d53e
commit
9d36dbf481
@ -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?
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user