Martha Schilling
2c02483f01
Small polishing of the previous commit + Item Sorting
...
- Fixes a few bugs from the last commit, namely:
- The guy who gives you the Pocket Lapras having bugged text
- Being able to use it where you shouldn't (Cycling Road, Seafoam before the boulder puzzle)
- Pocket Lapras not having an item description
- As well as this, automatic item sorting has been added. Just press Start in the bag menu and all your items will get assorted into a convenient list.
- Changed a few item descriptions since some of them didn't terminate properly
- Freed up some space in the Home bank
2024-05-14 21:17:36 +01:00
Llinos Evans
36baa9e623
Boy/Girl option
...
This adds the boy/girl selection from later generations, using the pret tutorial and a spriteset from Pokemon Anniversary Red. I made some alterations, namely inserting the option later into the speech to be less clunky, and having the Nidorino become a Nidorina if you pick the feminine option.
I decided to make the third name option Seren, a common Welsh name for girls. It means "star", which is really cute! But...most people will probably say it's a Panel de Pon reference, which is cool too.
2023-05-13 00:08:39 +01:00
dannye
8021cbdf04
Merge branch 'master' of https://github.com/dannye/pokered-crysaudio
2023-04-19 21:08:01 -05:00
dannye
772520c2c2
Merge branch 'master' of https://github.com/pret/pokered
2023-04-19 20:04:38 -05:00
dannye
ebeb442fef
Remove even more unnecessary original audio files
...
to avoid any possible confusion
2022-12-28 20:55:33 -06:00
dannye
3f691fcb21
Merge branch 'master' of https://github.com/pret/pokered
2022-12-28 17:38:38 -06:00
MementoMartha
91c79913fd
fixing a few small bugs
2022-09-28 10:46:42 +01:00
vulcandth
74cee737f6
Rename macros/wram.asm
to macros/ram.asm
( #388 )
2022-09-11 01:05:04 -04:00
Rangi
bbb0e7e82d
Use the same music headers as pokecrystal ( #382 )
2022-08-11 21:23:08 -04:00
vulcandth
6b5be9129c
RGBDS syntax updates ( #358 )
...
New MACRO and DEF syntax
2022-06-06 17:25:31 -04:00
vulcandth
fe8d3c51a4
Build the Virtual Console patches with make red_vc
and make blue_vc
( #351 )
2022-03-26 16:59:36 -04:00
Rangi
865d37e02a
Use compound assignment operators
2021-11-23 20:56:57 -05:00
Rangi
157b593561
Use dn
for wave instrument samples, like pokecrystal
2021-11-06 13:24:19 -04:00
Rangi
fc899e1906
warp_event
warp IDs start at 1, like in pokegold/pokecrystal
2021-10-05 21:02:42 -04:00
Yoann Fievez
2c4f35848b
Unify map event gen1 gen2 ( #335 )
...
* Update sign to bg_event #289
* Rename warp to warp_event
* Replace object to object_event
* Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-09-26 21:56:09 -05:00
Rangi
f9ae7b1240
More WRAM label cleanup (still needs UNIONs and renaming)
2021-05-31 16:25:16 -04:00
Rangi
8701ef4d61
Improve some RAM formatting
2021-05-31 11:46:10 -04:00
Rangi
ce62dca69b
Eliminate unnecessary data macros
2021-05-30 17:28:26 -04:00
Rangi
346ce9454a
Use macros for bit arrays
2021-05-23 22:09:02 -04:00
Rangi
715496bf35
Fix end_nybble_array
2021-05-23 21:51:20 -04:00
Rangi
653b62139d
Use macros for packed arrays of nybbles
2021-05-23 18:33:14 -04:00
Rangi
dd690920c9
Use rgbds 0.5.0 features:
...
- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
2021-04-17 19:06:56 -04:00
Rangi
506a14084e
The 'def_trainers' macro checks that trainers' event flag bits are correct ( #318 )
2021-04-13 18:24:37 -04:00
dannye
5eff10358e
Merge branch 'master' of https://github.com/pret/pokered
2021-04-10 22:38:40 -05:00
Rangi
2954013da1
Trim extra newlines from some files
2021-04-08 12:51:25 -04:00
dannye
5f87413b23
Move crysaudio ram from sram to wram
2021-03-28 12:26:46 -05:00
Rangi
95ec2cf039
Verify data table and name list sizes with assertion macros
...
Fixes #312
2021-03-25 16:44:41 -04:00
dannye
e8dd755e18
Merge branch 'master' of https://github.com/pret/pokered
2021-03-23 01:19:51 -05:00
Rangi
e1ef02430d
Simplify the def_warps_to macro
2021-02-23 12:05:03 -05:00
Rangi
94daf57156
The 'tmhm' macro adjusts to the number of TMs/HMs
2021-01-06 10:20:37 -05:00
dannye
66377fca32
Fix file modes
2020-11-14 20:52:10 -06:00
Rangi
d3e81422d5
Sync home and macro code with pokeyellow
2020-11-05 10:50:30 -05:00
Rangi
d5db0c3dbf
Comments explain the def_warps_to macros
2020-08-18 10:42:23 -04:00
Rangi
5e1865a7b1
Implement def_warps_to in a simpler way
...
Instead of building a semicolon-separated "array" of warp_to coordinates in _WARP_TO_BUFFER, just declare a new EQUS for each one: _WARP_TO_NUM_1, _WARP_TO_NUM_2, etc. Then have def_warps_to output and PURGE each one of them.
2020-08-17 19:39:58 -04:00
Rangi
6fa8a553cb
Fix keyword capitalization and indentation
2020-08-17 18:40:59 -04:00
Rangi
4373aafac1
Use def_warps_to macro for automatic warp_to entries
2020-08-17 18:08:54 -04:00
Rangi
e2c99f1910
Use def_* macros for automatic map event counts
2020-08-17 16:54:59 -04:00
Rangi
76289dfda0
Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal
2020-07-17 15:58:06 -04:00
Rangi
7306c1dc2d
Define constants for audio commands
2020-07-16 13:25:02 -04:00
Rangi
76b882d952
Reformat map scripts' coordinate and movement data
...
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-16 12:32:19 -04:00
Rangi
93d0697f37
Don't compare strings with ==; use STRCMP
2020-07-14 16:07:23 -04:00
Rangi
5c0f33cb53
Use a 'trainer' macro for trainers in scripts/
2020-07-14 15:53:25 -04:00
Rangi
f37cf959c9
Clean up some data, using macros for multiline list entries
2020-07-14 13:32:09 -04:00
Rangi
3e572b6f48
Use const_skip and const_next macros for brevity
2020-07-09 14:51:48 -04:00
Rangi
676a35f76f
Eliminate enum: use const instead, with case-by-case parallel const implementations
2020-07-09 12:43:26 -04:00
Rangi
51ac538c25
Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION
2020-07-07 16:57:51 -04:00
Rangi
1e593d8f8c
Remove c1x*/c2x* comments, use struct offset constants
2020-07-07 14:15:39 -04:00
Rangi
13129459f1
Sync coordinate macros with pokecrystal
2020-07-07 11:30:10 -04:00
Rangi
45ed05decf
Use HIGH() and LOW()
2020-07-07 11:10:29 -04:00
Rangi
06db7ec55b
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar
2020-07-06 21:18:22 -04:00