mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 21:33:34 +00:00
fix Mr. Cool/Mr. Do! ordering
This commit is contained in:
parent
cf1977547a
commit
c331847995
@ -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
|
||||
|
@ -161,6 +161,7 @@ TextRankCallback
|
||||
clc
|
||||
adc tmp
|
||||
lsr
|
||||
adc #0 ; round fractions up
|
||||
pha
|
||||
ldy #1
|
||||
lda (zpstring),y
|
||||
|
Loading…
x
Reference in New Issue
Block a user