Remove all address comments
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
GFX_49c0c: ; 49c0c
|
||||
GFX_49c0c:
|
||||
INCBIN "gfx/unknown/049c0c.2bpp"
|
||||
; 49cdc
|
||||
|
||||
MainMenu: ; 49cdc
|
||||
MainMenu:
|
||||
xor a
|
||||
ld [wDisableTextAcceleration], a
|
||||
call Function49ed0
|
||||
@@ -27,24 +26,21 @@ MainMenu: ; 49cdc
|
||||
|
||||
.quit
|
||||
ret
|
||||
; 49d14
|
||||
|
||||
.MenuHeader: ; 49d14
|
||||
.MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 0, 0, 16, 7
|
||||
dw .MenuData
|
||||
db 1 ; default option
|
||||
; 49d1c
|
||||
|
||||
.MenuData: ; 49d1c
|
||||
.MenuData:
|
||||
db STATICMENU_CURSOR ; flags
|
||||
db 0 ; items
|
||||
dw MainMenuItems
|
||||
dw PlaceMenuStrings
|
||||
dw .Strings
|
||||
; 49d20
|
||||
|
||||
.Strings: ; 49d24
|
||||
.Strings:
|
||||
db "CONTINUE@"
|
||||
db "NEW GAME@"
|
||||
db "OPTION@"
|
||||
@@ -145,7 +141,7 @@ StudiumMenu: ; 0x49d9e
|
||||
db -1
|
||||
|
||||
|
||||
MainMenu_GetWhichMenu: ; 49da4
|
||||
MainMenu_GetWhichMenu:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
@@ -193,9 +189,8 @@ MainMenu_GetWhichMenu: ; 49da4
|
||||
.ok4
|
||||
ld a, $6 ; Mystery Gift
|
||||
ret
|
||||
; 49de4
|
||||
|
||||
MainMenuJoypadLoop: ; 49de4
|
||||
MainMenuJoypadLoop:
|
||||
call SetUpMenu
|
||||
.loop
|
||||
call MainMenu_PrintCurrentTimeAndDay
|
||||
@@ -218,9 +213,8 @@ MainMenuJoypadLoop: ; 49de4
|
||||
.b_button
|
||||
scf
|
||||
ret
|
||||
; 49e09
|
||||
|
||||
MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
MainMenu_PrintCurrentTimeAndDay:
|
||||
ld a, [wSaveFileExists]
|
||||
and a
|
||||
ret z
|
||||
@@ -237,10 +231,9 @@ MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
ld a, $1
|
||||
ld [hBGMapMode], a
|
||||
ret
|
||||
; 49e27
|
||||
|
||||
|
||||
.PlaceBox: ; 49e27
|
||||
.PlaceBox:
|
||||
call CheckRTCStatus
|
||||
and $80
|
||||
jr nz, .TimeFail
|
||||
@@ -253,10 +246,9 @@ MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
.TimeFail:
|
||||
call SpeechTextBox
|
||||
ret
|
||||
; 49e3d
|
||||
|
||||
|
||||
.PlaceTime: ; 49e3d
|
||||
.PlaceTime:
|
||||
ld a, [wSaveFileExists]
|
||||
and a
|
||||
ret z
|
||||
@@ -282,26 +274,22 @@ MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
.min
|
||||
; unused
|
||||
db "min.@"
|
||||
; 49e75
|
||||
|
||||
.PrintTimeNotSet: ; 49e75
|
||||
.PrintTimeNotSet:
|
||||
hlcoord 1, 14
|
||||
ld de, .TimeNotSet
|
||||
call PlaceString
|
||||
ret
|
||||
; 49e7f
|
||||
|
||||
.TimeNotSet: ; 49e7f
|
||||
.TimeNotSet:
|
||||
db "TIME NOT SET@"
|
||||
; 49e8c
|
||||
|
||||
.UnusedText: ; 49e8c
|
||||
.UnusedText:
|
||||
; Clock time unknown
|
||||
text_jump UnknownText_0x1c5182
|
||||
db "@"
|
||||
; 49e91
|
||||
|
||||
.PlaceCurrentDay: ; 49e91
|
||||
.PlaceCurrentDay:
|
||||
push de
|
||||
ld hl, .Days
|
||||
ld a, b
|
||||
@@ -315,7 +303,6 @@ MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
ld de, .Day
|
||||
call PlaceString
|
||||
ret
|
||||
; 49ea8
|
||||
|
||||
.Days:
|
||||
db "SUN@"
|
||||
@@ -327,9 +314,8 @@ MainMenu_PrintCurrentTimeAndDay: ; 49e09
|
||||
db "SATUR@"
|
||||
.Day:
|
||||
db "DAY@"
|
||||
; 49ed0
|
||||
|
||||
Function49ed0: ; 49ed0
|
||||
Function49ed0:
|
||||
xor a
|
||||
ld [hMapAnims], a
|
||||
call ClearTileMap
|
||||
@@ -337,25 +323,20 @@ Function49ed0: ; 49ed0
|
||||
call LoadStandardFont
|
||||
call ClearWindowData
|
||||
ret
|
||||
; 49ee0
|
||||
|
||||
|
||||
MainMenu_NewGame: ; 49ee0
|
||||
MainMenu_NewGame:
|
||||
farcall NewGame
|
||||
ret
|
||||
; 49ee7
|
||||
|
||||
MainMenu_Options: ; 49ee7
|
||||
MainMenu_Options:
|
||||
farcall OptionsMenu
|
||||
ret
|
||||
; 49eee
|
||||
|
||||
MainMenu_Continue: ; 49eee
|
||||
MainMenu_Continue:
|
||||
farcall Continue
|
||||
ret
|
||||
; 49ef5
|
||||
|
||||
MainMenu_MysteryGift: ; 49ef5
|
||||
MainMenu_MysteryGift:
|
||||
farcall MysteryGift
|
||||
ret
|
||||
; 49efc
|
||||
|
Reference in New Issue
Block a user