mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Fix comment typos
This commit is contained in:
parent
fa307e5542
commit
2c1b7567ec
@ -361,7 +361,7 @@ PPUDATA_WRITE ENT
|
||||
sta 1,s
|
||||
|
||||
tya
|
||||
eor PPU_MEM,x ; Identify bit that have changed
|
||||
eor PPU_MEM,x ; Identify bits that have changed
|
||||
and #$00FF
|
||||
bit #$00C0
|
||||
beq :skip_bot_right
|
||||
@ -1122,5 +1122,5 @@ NESTileBlitter
|
||||
sta tmp_tile_data+{]line*4}+2
|
||||
]line equ ]line+1
|
||||
--^
|
||||
lda #1 ; Request tmp_tile_data be copies to tile store
|
||||
lda #1 ; Request tmp_tile_data be copied to tile store
|
||||
rtl
|
Loading…
Reference in New Issue
Block a user