pokecrystal/maps/BillsBrothersHouse.asm, branch master Pokémon Crystal Use def_* macros for automatic map event counts 2020-07-24T13:57:16+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-07-24T13:49:26+00:00 dcb24bc72428a60e37c1dfa7a93dc46bff7bd5ed Resolves #742
Resolves #742
"object_const_def" instead of "const_def 2" 2019-04-21T21:42:25+00:00 Rangi remy.oukaour+rangi42@gmail.com 2019-04-21T21:42:25+00:00 745339014c39a4d47d8a4bdee05bbe8e573933ec

Align map event coordinate columns 2018-02-02T03:22:07+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-02-02T03:22:07+00:00 48f4f2366e84483f58ad190db649ea2361ed2e01

warp_event x, y, map, warp_id 2018-02-02T02:54:00+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-02-02T02:54:00+00:00 3088a77a21fd39b9bfa0850e676ddbbed5fdf52b

const_def N 2018-01-31T16:38:45+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-31T16:38:45+00:00 08891da82254aa4051bf594d4abc2db8e4043d8f

Forgot the person→object rename 2018-01-31T16:08:47+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-31T16:08:47+00:00 50a78c0876bbccad8269a626ca5bc6b5d8f679e0

Comment the person constants sections, like the others 2018-01-31T16:04:17+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-31T16:04:17+00:00 a2607623d3fa20363965e63740568d0a8d61b3da

Remove unreferenced map script heading labels 2018-01-30T19:15:47+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-30T19:15:47+00:00 65480605e9f2ca576e3086907ee7163413117b78

grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g 2018-01-28T18:20:04+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-28T18:20:04+00:00 477adc72af0e71b851dd6a7097998e87d9395315

Rename some more maps 2018-01-23T06:03:47+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-01-23T06:03:47+00:00 fc61d58dc45e1a205ab63cdb7a8df62450383bf9 The Pokécom Center's .blk contains 1F and the Administration room, but the .asm script is just for the Admin room; 1F-related text and scripts are in GoldenrodPokecenter1F.asm. Presumably both map scripts shared the same .blk.
The Pokécom Center's .blk contains 1F and the Administration room, but the .asm script is just for the Admin room; 1F-related text and scripts are in GoldenrodPokecenter1F.asm. Presumably both map scripts shared the same .blk.