Jump to content

Special Defense badge boost glitch: Difference between revisions

m
→‎Analysis: Fixed the code block.
m (Text replacement - "~" to "–")
m (→‎Analysis: Fixed the code block.)
 
Line 23:
inc hl
inc hl ; Move to the next stat (stats are 2-byte integers)
 
srl b ; Throw away a bit from b (only check every other badge)
dec c
jr nz, .CheckBadge
 
srl a ; Check Glacier Badge again for Special Defense
call c, BoostStat
Cookies help us deliver our services. By using our services, you agree to our use of cookies.