diff options
| author | Daniel Harding <33dannye@gmail.com> | 2021-05-31 12:16:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 12:16:54 -0500 |
| commit | 47c2d1a1a5e0c46fe9913179a944c2952c04fb4a (patch) | |
| tree | a7a589c17eab664b4bdbabd39b32fe8b11241620 /data/wild/maps/Route2.asm | |
| parent | Reformat MoveBoulderDustFunctionPointerTable (diff) | |
| parent | Change name wSeaRoutesWildMons to wWaterMons in WRAM (diff) | |
| download | pokeyellow-47c2d1a1a5e0c46fe9913179a944c2952c04fb4a.tar.gz pokeyellow-47c2d1a1a5e0c46fe9913179a944c2952c04fb4a.tar.xz pokeyellow-47c2d1a1a5e0c46fe9913179a944c2952c04fb4a.zip | |
Merge pull request #324 from KqesaR/clean_label_wild_map_pointer
Standardize names of wild maps entities
Diffstat (limited to 'data/wild/maps/Route2.asm')
| -rw-r--r-- | data/wild/maps/Route2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/wild/maps/Route2.asm b/data/wild/maps/Route2.asm index 7696f5af..9ec6d912 100644 --- a/data/wild/maps/Route2.asm +++ b/data/wild/maps/Route2.asm @@ -1,4 +1,4 @@ -Route2Mons: +Route2WildMons: def_grass_wildmons 25 ; encounter rate db 3, RATTATA db 3, PIDGEY |
