Misty
a6776e4051
ASM Batch #2
2023-10-20 16:29:29 -04:00
Misty
bf2e690614
Update scripts.asm
2023-10-20 16:24:43 -04:00
Misty
196c9dc3c0
Update blocks.asm
2023-10-20 16:21:52 -04:00
Misty
b0eec2d18d
Update attributes.asm
2023-10-20 16:13:13 -04:00
Misty
9002f31e55
Update landmarks.asm
2023-10-20 16:07:48 -04:00
Misty
33c594298d
Update maps.asm
2023-10-20 16:00:02 -04:00
Misty
2fad1a5e34
Merge branch 'ZetaNull:master' into master
2023-10-20 14:19:41 -04:00
Llinos Evans
5c9b80e1a8
Add Fairy-type and Fairy Feather
...
This adds the Fairy type and the Fairy Feather. Neither are obtainable yet, but will be with time.
2023-10-20 19:02:50 +01:00
Llinos Evans
82e264f425
Nihon Map fixes
...
This fixes the Town Map for Nihon. Fly map and other bits and pieces may still require some tinkering. Needs further testing.
2023-10-20 18:30:54 +01:00
Zeta_Null
5e9e9b4b65
Fixed Typos and added unused SGB Colors for later use
2023-10-20 02:08:39 -04:00
Llinos Evans
a8546f60c9
Nihon + Silent Hills Groundwork
...
Currently doesn't build due to a weird error
```
rgbasm -hL -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 -o data/maps/map_data.o data/maps/map_data.asm
error: data/maps/map_data.asm(3) -> data/maps/maps.asm(544) -> macros/asserts.as
m::assert_table_length(14):
Expected constant expression: 'NUM_SILENT_HILLS_MAP' is not constant at asse
mbly time
error: data/maps/map_data.asm(3) -> data/maps/maps.asm(544) -> macros/asserts.as
m::assert_table_length(16):
Assertion failed: MapGroup_SilentHills: expected 0 entries, each 9 bytes
error: Assembly aborted (2 errors)!
make: *** [Makefile:119: data/maps/map_data.o] Error 1
```
2023-10-20 06:23:47 +01:00
Misty
7fd13172e0
Merge pull request #2 from ZetaNull/master
...
Simplify clock reset procedures
2023-10-19 23:31:56 -04:00
Llinos Evans
26bb9fbc7b
Simplify clock reset procedures
...
Taken from this tutorial. Makes it like GS, but down Down + B instead of Down + B + Select.
Used this tutorial: https://github.com/pret/pokecrystal/wiki/simplify-the-clock-reset-procedure
2023-10-20 04:26:05 +01:00
Misty
d784138e7e
Proof of Concept
2023-10-14 14:13:22 -04:00
Misty
274661debd
Proof Of Concept
2023-10-14 14:04:14 -04:00
Zeta_Null
820c2257bc
Tiles can have different attributes in different blocks
2023-09-13 12:44:30 -04:00
Zeta_Null
89ef7cab53
Finish adding nonbinary player option
...
- Properly allocated RAM for player gender
- Fixed enby player sprite displaying incorrectly in certain areas
- Made new pack palette for enby player
2023-09-12 00:30:11 -04:00
Zeta_Null
b3a3e27906
Initial giant enby Commit
...
- Changed name lists
- Made Overworld pink palette into purple palette
- Changed gender selection options
- Added Topaz's graphics (Enby Trainer)
- Changed more or less every gender check in the game to account for enby option
- Changed out Morty's palette on the trainer card to a more purple one to facilitate Topaz's graphics
KNOWN ISSUES / THINGS TO CHANGE
- Topaz's sprite does not currently render correctly on town map (check if this is a map issue or if it occasionally will pop up elsewhere as well)
- Bag Palette is still green like the tutorial made it. Might change it to yellow or something later on.
2023-09-11 11:26:46 -04:00
Zeta_Null
2f8a41f833
First Commit
...
Upload literally everything from the pokecrystal16 expand-move-ID branch
2023-09-10 12:35:35 -04:00