fix Mr. Cool/Mr. Do! ordering

This commit is contained in:
Peter Ferrie 2020-04-23 14:10:01 -07:00
parent cf1977547a
commit c331847995
2 changed files with 5 additions and 4 deletions

View File

@ -6,9 +6,9 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E418 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E439 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; ...unused...
; E944..FFF1 - main program code
; E92B..FFF1 - main program code
; FFF2..FFF9 - API functions and global constants available for main program
; code, prelaunchers, transition effects, &c.
; (Wait/UnwaitForVBL, MockingboardStuff, MachineStatus)
@ -17,8 +17,8 @@
; LC RAM BANK 2
; D000..D3FF - ProRWTS data
; D400..D66F - ProRWTS code
; D670..DB98 - HGR font code & ProRWTS glue code
; DB99..DBA7 - backup of stack (during gameplay and self-running demos)
; D670..DB9C - HGR font code & ProRWTS glue code
; DB9D..DBAB - backup of stack (during gameplay and self-running demos)
; ...unused...
; DBB4..DBFF - (de)acceleration function
; DC00..DFFF - HGR font data

View File

@ -161,6 +161,7 @@ TextRankCallback
clc
adc tmp
lsr
adc #0 ; round fractions up
pha
ldy #1
lda (zpstring),y