RTC -> UpdateTimeAndPals
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
This commit is contained in:
@@ -125,7 +125,7 @@ GetPokemonName::
|
||||
ld e, a
|
||||
ld h, 0
|
||||
ld l, a
|
||||
add hl, hl ; hl = hl * 4
|
||||
add hl, hl ; hl = hl * 2
|
||||
add hl, hl ; hl = hl * 4
|
||||
add hl, de ; hl = (hl*4) + de
|
||||
add hl, hl ; hl = (5*hl) + (5*hl)
|
||||
|
Reference in New Issue
Block a user