Skip to content

Commit

Permalink
Bugfixes, screenshot, README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Feb 8, 2021
1 parent 80df360 commit 37dabdc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# spectrum-desolate
Porting **Desolate** game from TI-83 Plus calculator to ZX Spectrum.
Ported **Desolate** game from TI-83 Plus calculator to ZX Spectrum.

Status: work in progress, almost done.
Status: released.

![](screenshot/port-story1.png)
![](screenshot/port-room1.png)


Expand Down Expand Up @@ -45,4 +46,5 @@ To run the game on Wabbitemu emulator:

- [Discussion on zx-pk.ru (in Russian)](https://zx-pk.ru/threads/32431-desolate-port-s-ti-83-plus.html)
- [Desolate port on Vector-06c](https://github.com/nzeemin/vector06c-desolate)
- [Desolate port on UKNC](https://github.com/nzeemin/uknc-desolate)

4 changes: 4 additions & 0 deletions desolcodb.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2003,6 +2003,8 @@ LB33F:
LB36C:
LD HL,$1416
LD (L86D7),HL ; Set penRow/penCol
LD A,$16
LD (LDCF3),A ; Left margin size for text
POP HL ; restore the message address
LB373:
CALL LBEDE ; Show message char-by-char
Expand Down Expand Up @@ -3409,8 +3411,10 @@ LBD60:
JP LBCC5 ; Show the message/screen, wait for key, continue game main loop
; Set penRow/penCol = $580A
LBD69:
push hl
LD HL,$580A
LD (L86D7),HL ; Set penRow/penCol
pop hl
RET
; RoomDesc[$13] == $07 - Pod
LBD70:
Expand Down
2 changes: 1 addition & 1 deletion desolstrs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ SAccessLevel4: DEFM $1B,"Level 4|",$09,"Access Code|",$15,"Required",0
;
SE129: DEFM "You dont seem to be able|",$0F,"to use this item here",0
SE12B: DEFM "You dont have any time|",$08,"to play with this now",0
SE12D: DEFM $12,"It doesnt look like you|",$06,"can do anything else here",0
SE12D: DEFM $10,"It doesnt look like you|",$04,"can do anything else here",0
SE12F: DEFM "This Generator is damaged|All of the panels are loose",0
SE131: DEFM $0F,"This Workstation doesnt|seem to have any power...?",0
SE133: DEFM $0A,"The Workstation has now|",$09,"successfully booted up",$06,"$",0
Expand Down
Binary file added screenshot/port-story1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37dabdc

Please sign in to comment.