Change a few Unknown labels

This commit is contained in:
Remy Oukaour
2017-12-24 20:07:23 -05:00
parent 148fd299f9
commit aeee49d29b
7 changed files with 25 additions and 24 deletions

View File

@@ -1688,7 +1688,7 @@ LoadStation_UnownRadio: ; 917d5 (24:57d5)
ld a, BANK(PlayRadioShow)
ld hl, PlayRadioShow
call Radio_BackUpFarCallParams
ld de, UnknownStationName
ld de, UnownStationName
ret
LoadStation_PlacesAndPeople: ; 917ea (24:57ea)
@@ -1747,7 +1747,7 @@ LoadStation_EvolutionRadio: ; 9183e (24:583e)
ld a, BANK(PlayRadioShow)
ld hl, PlayRadioShow
call Radio_BackUpFarCallParams
ld de, UnknownStationName
ld de, UnownStationName
ret
; 91853 (24:5853)
@@ -1821,7 +1821,7 @@ OaksPkmnTalkName: db "OAK's <PK><MN> Talk@"
PokedexShowName: db "#DEX Show@"
PokemonMusicName: db "#MON Music@"
LuckyChannelName: db "Lucky Channel@"
UnknownStationName: db "?????@"
UnownStationName: db "?????@"
PlacesAndPeopleName: db "Places & People@"
LetsAllSingName: db "Let's All Sing!@"

View File

@@ -58,11 +58,11 @@ TimesOfDay: ; 14044
db -1, MORN_F
; 1404e
Unknown_1404e: ; Unreferenced
db 20, 2
db 40, 0
db 60, 1
db -1, 0
Unknown_1404e: ; unreferenced
db 20, NITE_F
db 40, MORN_F
db 60, DAY_F
db -1, MORN_F
; 14056
StageRTCTimeForSave: ; 14056

View File

@@ -766,14 +766,15 @@ UpdateReelPositionAndOAM: ; 92b53 (24:6b53)
; 92bbe (24:6bbe)
; unreferenced
Function92bbe: ; 92bbe
push hl
srl a
srl a
add Unknown_92bce % $100
add .Unknown_92bce % $100
ld l, a
ld a, 0
adc Unknown_92bce / $100
adc .Unknown_92bce / $100
ld h, a
ld a, [hl]
pop hl
@@ -781,7 +782,7 @@ Function92bbe: ; 92bbe
; 92bce
Unknown_92bce: ; 92bce
.Unknown_92bce: ; 92bce
db 0, 1, 2, 3, 4, 5
; 92bd4

View File

@@ -965,6 +965,7 @@ StatsScreen_LoadTextBoxSpaceGFX: ; 4e307 (13:6307)
ret
; 4e32a (13:632a)
; unreferenced
Unknown_4e32a: ; 4e32a
; A blank tile?
ds 16