You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -490,7 +490,6 @@ LookUpWildmonsForMapDE:
|
||||
scf
|
||||
ret
|
||||
|
||||
|
||||
InitRoamMons:
|
||||
; initialize wRoamMon structs
|
||||
|
||||
@@ -524,7 +523,6 @@ InitRoamMons:
|
||||
|
||||
ret
|
||||
|
||||
|
||||
CheckEncounterRoamMon:
|
||||
push hl
|
||||
; Don't trigger an encounter if we're on water.
|
||||
@@ -572,7 +570,6 @@ CheckEncounterRoamMon:
|
||||
and a
|
||||
ret
|
||||
|
||||
|
||||
UpdateRoamMons:
|
||||
ld a, [wRoamMon1MapGroup]
|
||||
cp GROUP_N_A
|
||||
@@ -615,7 +612,6 @@ UpdateRoamMons:
|
||||
.Finished:
|
||||
jp _BackUpMapIndices
|
||||
|
||||
|
||||
.Update:
|
||||
ld hl, RoamMaps
|
||||
.loop
|
||||
@@ -752,10 +748,8 @@ _BackUpMapIndices:
|
||||
ld [wRoamMons_CurrentMapGroup], a
|
||||
ret
|
||||
|
||||
|
||||
INCLUDE "data/wild/roammon_maps.asm"
|
||||
|
||||
|
||||
ValidateTempWildMonSpecies:
|
||||
; Due to a development oversight, this function is called with the wild Pokemon's level, not its species, in a.
|
||||
and a
|
||||
@@ -965,7 +959,6 @@ RandomPhoneMon:
|
||||
ld bc, MON_NAME_LENGTH
|
||||
jp CopyBytes
|
||||
|
||||
|
||||
INCLUDE "data/wild/johto_grass.asm"
|
||||
INCLUDE "data/wild/johto_water.asm"
|
||||
INCLUDE "data/wild/kanto_grass.asm"
|
||||
|
||||
Reference in New Issue
Block a user