Rev 583 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 583 | Rev 1510 | ||
---|---|---|---|
Line 108... | Line 108... | ||
108 | call restorebullets_clear |
108 | call restorebullets_clear |
109 | 109 | ||
110 | call prmap |
110 | call prmap |
111 | call fillcollisionmap |
111 | call fillcollisionmap |
112 | 112 | ||
113 | OS_GETTIMER ;hlde=timer |
113 | OS_GETTIMER ;dehl=timer |
114 | ex de,hl |
- | |
115 | ;ld hl,(timer) |
114 | ;ld hl,(timer) |
116 | ld (oldtimer),hl |
115 | ld (oldtimer),hl |
117 | 116 | ||
118 | loop |
117 | loop |
119 | call restoreobjects |
118 | call restoreobjects |
Line 126... | Line 125... | ||
126 | call prbulletlist |
125 | call prbulletlist |
127 | ;ld a,0 |
126 | ;ld a,0 |
128 | ;out (0xfe),a |
127 | ;out (0xfe),a |
129 | 128 | ||
130 | loopdelay |
129 | loopdelay |
131 | OS_GETTIMER ;hlde=timer |
130 | OS_GETTIMER ;dehl=timer |
132 | ex de,hl |
- | |
133 | ;ld hl,(timer) |
131 | ;ld hl,(timer) |
134 | oldtimer=$+1 |
132 | oldtimer=$+1 |
135 | ld bc,0 |
133 | ld bc,0 |
136 | ld (oldtimer),hl |
134 | ld (oldtimer),hl |
137 | ld a,l |
135 | ld a,l |