Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,499,942
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-29-24 07:55 AM
Guest: Register | Login

0 users currently in SMW Hacking | 1 guest | 1 bot

Main - SMW Hacking - Spotlight... New thread | New reply


Ice Man
Posted on 06-09-07 04:40 PM (rev. 2 of 06-09-07 04:41 PM) Link | Quote | ID: 43947


Cheep-cheep
Level: 33

Posts: 51/197
EXP: 219076
Next: 10103

Since: 02-20-07
From: Germany

Last post: 2385 days
Last view: 935 days
Ghettoyouth tried to do a spotlight for me which works fine but the only problem is, I can't seem to make it any darker as you can see on the screenshot.



Now my question is, is there a way to darken the area around the circle or square as it is in the screenshot? Also on the right is a small line which only seems to appear when I use the spotlight sprite. Is there a way to remove that, too?

PS: Here is the code for it:

lda $40
ora #%01100010
sta $40
lda #%0010001
STA $212d
RTS

Smallhacker
Posted on 06-09-07 06:36 PM Link | Quote | ID: 43966


Panser
Swedish weirdo times eleven

Level: 42

Posts: 118/339
EXP: 494589
Next: 26773

Since: 02-19-07
From: Stockholm, Sweden

Last post: 5188 days
Last view: 5187 days
Instead of

lda $40
ora #%01100010
sta $40
lda #%0010001
STA $212d
RTS

try this:

lda #%11111111
sta $40
lda #%0010001
STA $212d
RTS

____________________
SMW Central

Main - SMW Hacking - Spotlight... New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.018 seconds. (339KB of memory used)
MySQL - queries: 42, rows: 64/64, time: 0.015 seconds.