Skip to content

Commit

Permalink
ruined city work
Browse files Browse the repository at this point in the history
  • Loading branch information
SheerSt committed May 7, 2022
1 parent 817eee4 commit c4efe61
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pokemon/pokemon/chansey/wilds_data.asm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
; Overworld properties (0 = no, 1 = yes).

db 0 ; Swim-only movement.
db 1 ; Flee from player.
db 0 ; Flee from player.
db 0 ; Lunge at player.
db 0 ; Aggression level (0 = never aggro, 1 = normal, 2 = always aggro).

Expand Down
Binary file modified pokemon/pokemon/indeedee_female/overworld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pokemon/pokemon/indeedee_female/wilds_data.asm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
db DEFAULT ; Display name (DEFAULT for default name).
db INDEEDEE ; Display name (DEFAULT for default name).

db 876 ; Dex number.
db <It uses the horns on its head to sense the emotions of others. Males will act as valets for those they serve, looking after their every need.> ; Dex entry.

db 28.0 ; Weight in kg.
db 0.9 ; Height in meters.

db INDEEDEE 100 ; Base form(s) (MON_NAME for base species, then chance).
db INDEEDEE_FEMALE 50, INDEEDEE_MALE 50 ; Base form(s) (MON_NAME for base species, then chance).

db TYPE ; Spawning biomes (TYPE as the final argument to apply type-based default tiles).
db NONE ; Biome(s) in which aggressive groups might appear (NONE for no groups).
Expand Down
Binary file modified pokemon/pokemon/indeedee_male/overworld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pokemon/pokemon/indeedee_male/wilds_data.asm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
db DEFAULT ; Display name (DEFAULT for default name).
db INDEEDEE ; Display name (DEFAULT for default name).

db 876 ; Dex number.
db <It uses the horns on its head to sense the emotions of others. Males will act as valets for those they serve, looking after their every need.> ; Dex entry.

db 28.0 ; Weight in kg.
db 0.9 ; Height in meters.

db INDEEDEE 100 ; Base form(s) (MON_NAME for base species, then chance).
db INDEEDEE_FEMALE 50, INDEEDEE_MALE 50 ; Base form(s) (MON_NAME for base species, then chance).

db TYPE ; Spawning biomes (TYPE as the final argument to apply type-based default tiles).
db NONE ; Biome(s) in which aggressive groups might appear (NONE for no groups).
Expand Down
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter-interior47.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tiles/ruined_city/pokecenter/pokecenter0.png
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tiles/ruined_city/pokecenter/pokecenter12.png
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tiles/ruined_city/pokecenter/pokecenter16.png
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tiles/ruined_city/pokecenter/pokecenter4.png
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tiles/ruined_city/pokecenter/pokecenter8.png
Binary file not shown.
Binary file modified tiles/ruined_city/pokecenter/pokecenter9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4efe61

Please sign in to comment.