You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -4,7 +4,7 @@ landmark: MACRO
|
||||
dw \3
|
||||
ENDM
|
||||
|
||||
Landmarks: ; 0x1ca8c3
|
||||
Landmarks:
|
||||
; entries correspond to constants/landmark_constants.asm
|
||||
landmark 0, 0, SpecialMapName
|
||||
landmark 148, 116, NewBarkTownName
|
||||
@@ -102,7 +102,6 @@ Landmarks: ; 0x1ca8c3
|
||||
landmark 20, 116, TohjoFallsName
|
||||
landmark 28, 84, Route28Name
|
||||
landmark 148, 132, FastShipName
|
||||
; 0x1caa43
|
||||
|
||||
NewBarkTownName: db "NEW BARK¯TOWN@"
|
||||
CherrygroveCityName: db "CHERRYGROVE¯CITY@"
|
||||
|
@@ -4,7 +4,7 @@ spawn: MACRO
|
||||
db \2, \3
|
||||
ENDM
|
||||
|
||||
SpawnPoints: ; 0x152ab
|
||||
SpawnPoints:
|
||||
; entries correspond to SPAWN_* constants
|
||||
|
||||
spawn PLAYERS_HOUSE_2F, 3, 3
|
||||
|
Reference in New Issue
Block a user