Language…
16 users online: anonimzwx,  BeeKaay, codfish1002, DanMario24YT,  Eevee, HaruMKT, hhuxy, Knight of Time, koffe190, lean4, margot, ModernKiwi, Pizzagamer9791,  Ringo, SysDataSoft, VLSkoot - Guests: 311 - Bots: 335
Users: 64,795 (2,375 active)
Latest user: mathew

[Xkas] OW Status Bar Number - By wiiqwertyuiop

Name: [Xkas] OW Status Bar Number
Author & Submitted by: wiiqwertyuiop
Description: This patch makes a number appear in the status bar deppending of what main map or sub map is Mario. Made by request. I made two different patches for mario and luigi because im lazy. :/

Reason of removal:
Special World and Star World don't work. Why? Well...

Code
LDA $1F11
CMP #$04
BEQ Valley

LDA $1F11
CMP #$04
BEQ Special

LDA $1F11
CMP #$04
BEQ Star


It should be obvious from here on. May I also note that your code is extremely inefficient?
What's wrong with reading from a table with $1F11 as index?
--------> Don't follow "Find Roy's Dignity", my hack. Because it's pretty outdated. <--------
You should also consider using $0DB3 as index to $1F11, so it'll tell where the current player is instead of where Mario is.
<blm> zsnes users are the flatearthers of emulation