I could not stand comfortably.
They did 19, not 20. looks like this:
There is a place that turns off the beginner mark, and if the character's new level is less than 19, it skips this place.
Ekli dosyayı görüntüle 3641
The JBE here means "Jump Below", which means jump if our level is less than 0x13 (ie 19).
We can make the JBE here JMP, so no matter how many levels of all kinds of horses, or 13 above, we can make an absurd figure like FF. The Beginner mark is thus never closed.
In addition, it does not come when trying to open the beginner mark from settings after it has passed 20level. The control of this is here;
Ekli dosyayı görüntüle 3642
The JA here is "Jump Above", so if our level is greater than 0x13 (ie 19), it passes the function completely by jumping and does not open the beginner mark.
Likewise, we can nop the JA line or do something awkward like the 13 above FF ... open the beginner mark at the desired level.