You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -2577,11 +2577,11 @@ PlayVictoryMusic:
|
||||
pop de
|
||||
ret
|
||||
|
||||
IsKantoGymLeader: ; 0x3d123
|
||||
IsKantoGymLeader:
|
||||
ld hl, KantoGymLeaders
|
||||
jr IsGymLeaderCommon
|
||||
|
||||
IsGymLeader: ; 0x3d128
|
||||
IsGymLeader:
|
||||
ld hl, GymLeaders
|
||||
IsGymLeaderCommon:
|
||||
push de
|
||||
@@ -2590,7 +2590,6 @@ IsGymLeaderCommon:
|
||||
call IsInArray
|
||||
pop de
|
||||
ret
|
||||
; 0x3d137
|
||||
|
||||
INCLUDE "data/trainers/leaders.asm"
|
||||
|
||||
|
@@ -34,15 +34,14 @@ BattleMenuHeader:
|
||||
dw MenuData_0x24f34
|
||||
db 1 ; default option
|
||||
|
||||
MenuData_0x24f34: ; 0x24f34
|
||||
MenuData_0x24f34:
|
||||
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
||||
dn 2, 2 ; rows, columns
|
||||
db 6 ; spacing
|
||||
dba Strings24f3d
|
||||
dbw BANK(MenuData_0x24f34), 0
|
||||
; 0x24f3d
|
||||
|
||||
Strings24f3d: ; 0x24f3d
|
||||
Strings24f3d:
|
||||
db "FIGHT@"
|
||||
db "<PKMN>@"
|
||||
db "PACK@"
|
||||
|
Reference in New Issue
Block a user