Rangi
|
68d855c213
|
Script commands don't have underscores
|
2018-02-02 21:09:17 -05:00 |
|
Rangi
|
3a7f518de4
|
wStatusFlags/2 bit constants
|
2018-01-22 15:40:43 -05:00 |
|
Remy Oukaour
|
bf074f3598
|
map_header → map_def; map_header_2 → map_data
|
2018-01-16 23:25:00 -05:00 |
|
Remy Oukaour
|
5c28d05bb4
|
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR #459)
# Conflicts:
# data/items/descriptions.asm
# data/sprite_anims/framesets.asm
# engine/crystal_colors.asm
# engine/events/kurt.asm
# engine/events/special.asm
# engine/events/std_scripts.asm
# engine/events_3.asm
# engine/item_effects.asm
# engine/namingscreen.asm
# engine/scripting.asm
# engine/stats_screen.asm
# engine/trade_animation.asm
# home/audio.asm
# main.asm
# maps/BattleTower1F.asm
# maps/BattleTowerBattleRoom.asm
# maps/BurnedTowerB1F.asm
# maps/ElmsLab.asm
# maps/GoldenrodDeptStore5F.asm
# maps/GoldenrodUnderground.asm
# maps/HallOfFame.asm
# maps/MahoganyTown.asm
# maps/ManiasHouse.asm
# maps/MobileBattleRoom.asm
# maps/MobileTradeRoomMobile.asm
# maps/RadioTower2F.asm
# maps/Route35NationalParkGate.asm
# maps/Route36NationalParkGate.asm
# maps/Route39Farmhouse.asm
# tilesets/palette_maps.asm
|
2018-01-14 22:56:36 -05:00 |
|
Remy Oukaour
|
af4001132e
|
Break up engine/events_3.asm
|
2018-01-11 23:50:44 -05:00 |
|
Remy Oukaour
|
d0a8e8e744
|
includes.asm → constants.asm
|
2018-01-09 00:36:15 -05:00 |
|
xCrystal
|
b4e087167f
|
More unreferenced labels and unused text
|
2018-01-02 19:38:56 +01:00 |
|
xCrystal
|
6f0b81504d
|
More unreferenced labels cleanup
|
2018-01-02 16:04:21 +01:00 |
|
Remy Oukaour
|
b40181db41
|
Use input constants
|
2017-12-30 12:35:50 -05:00 |
|
xCrystal
|
9457679af8
|
Prefix engine_flags wram addresses with w
|
2017-12-28 13:15:46 +01:00 |
|
Remy Oukaour
|
c05b7f41dd
|
Renaming: (fix #412)
- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
|
2017-12-24 14:33:17 -05:00 |
|
Remy Oukaour
|
c66d195089
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05:00 |
|
Remy Oukaour
|
699495bfcb
|
Consistent capitalization for map names, matching their constants
|
2017-12-10 13:37:15 -05:00 |
|
PikalaxALT
|
0e470bc785
|
Fix section linking
Create linker script and float all sections
|
2017-09-23 23:04:10 -04:00 |
|
Ben10do
|
288902139f
|
Revert "Fix floating sections"
This reverts commit e28b88f56d .
|
2017-03-24 11:51:03 +00:00 |
|
AntonioND
|
e28b88f56d
|
Fix floating sections
This is needed so that rgblink doesn't move them around after modifying
it's placement algorithm.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
|
2017-03-15 00:52:26 +00:00 |
|
pikalaxalt
|
98f443f70c
|
engine/events.asm labels finished
fixed palred/green/blue macros
|
2016-05-17 08:40:56 -04:00 |
|
pikalaxalt
|
1fa6aecbfc
|
Unify directional movement macros
|
2016-05-14 13:46:14 -04:00 |
|
pikalaxalt
|
ae36ef2c7f
|
Labeled every function in ROM0 that's referenced in the source
|
2016-05-10 12:31:49 -04:00 |
|
pikalaxalt
|
6be4cd4da9
|
Local labels starting with lowercase letters are no longer decorated with a trailing colon
|
2016-04-10 15:01:49 -04:00 |
|
pikalaxalt
|
bf73772a56
|
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
|
2016-04-10 14:42:14 -04:00 |
|
PikalaxALT
|
2ed6c357af
|
More WRAM tidying
|
2016-01-12 12:46:18 -05:00 |
|
PikalaxALT
|
1637d915d4
|
Restored StandingTile and introduced LastTile
|
2016-01-11 02:28:09 -05:00 |
|
PikalaxALT
|
3dcbe0ff55
|
Pokegear
|
2016-01-10 17:44:09 -05:00 |
|
PikalaxALT
|
ce019e6347
|
Map callback constants
|
2016-01-06 07:44:50 -05:00 |
|
PikalaxALT
|
80aba7fc13
|
maptrigger macro
|
2016-01-05 08:46:37 -05:00 |
|
PikalaxALT
|
c087d44c42
|
more gfx-related labels
|
2016-01-04 08:43:55 -05:00 |
|
PikalaxALT
|
f030315b1f
|
jumptable macro repurposed
|
2015-12-26 21:59:03 -05:00 |
|
PikalaxALT
|
a5e928eb98
|
writebackup --> closewindow; game corner prize vendors; others
|
2015-12-24 22:58:42 -05:00 |
|
PikalaxALT
|
caa83c08a7
|
Movement etc.
|
2015-12-17 15:14:51 -05:00 |
|
PikalaxALT
|
efe3462f9a
|
Replaced SignpostItem with Hidden(ItemName)
|
2015-12-15 11:21:58 -05:00 |
|
PikalaxALT
|
bb2aba7da1
|
No more ItemFragment
|
2015-12-15 10:55:56 -05:00 |
|
PikalaxALT
|
8612a4a531
|
Renaming sections, further dissolving main.asm
|
2015-11-28 15:13:40 -05:00 |
|
PikalaxALT
|
8a6a1a7d77
|
CmdQueues
|
2015-11-18 23:16:25 -05:00 |
|
PikalaxALT
|
aba038a4a4
|
Fix some movement macro/function names
|
2015-11-15 21:28:15 -05:00 |
|
PikalaxALT
|
ead04b3b75
|
Backup prior to global introduction of PERSONTYPE constants
|
2015-11-15 14:59:38 -05:00 |
|
PikalaxALT
|
b921226aea
|
More map object, swap StandingTile and NextTile
|
2015-11-14 23:02:38 -05:00 |
|
PikalaxALT
|
ed44de4bb4
|
More map object work
|
2015-11-14 14:41:47 -05:00 |
|
PikalaxALT
|
cc8c36ee14
|
Creation of constants for OBJECT_09 indices
|
2015-11-13 18:59:49 -05:00 |
|
PikalaxALT
|
e0b4fc781a
|
sprite engine; tileset constants
|
2015-11-13 00:49:27 -05:00 |
|
PikalaxALT
|
40802da3cf
|
Map header labels, tileset constants
|
2015-11-12 11:10:19 -05:00 |
|
PikalaxALT
|
2ffcb4b490
|
More splits; map setup labels
|
2015-11-11 23:38:57 -05:00 |
|
PikalaxALT
|
91068077f0
|
Further split bank 4
|
2015-11-11 16:15:06 -05:00 |
|
PikalaxALT
|
ba05bfeafe
|
Move some gfx files around, also clock reset fn
|
2015-11-10 11:05:26 -05:00 |
|
PikalaxALT
|
f1b2466cc3
|
Cleaning up static HRAM labels; movement stuff, route 38 trainers
|
2015-11-09 23:01:45 -05:00 |
|
PikalaxALT
|
1205fe5100
|
PLAYEREVENT_
|
2015-11-05 15:08:00 -05:00 |
|
PikalaxALT
|
d35cfad0de
|
object_struct
|
2015-11-02 11:15:32 -05:00 |
|
PikalaxALT
|
6b2d0ae841
|
Fix merge conflicts
|
2015-11-01 18:19:52 -05:00 |
|
PikalaxALT
|
31c407bb3d
|
Buena local labels
|
2015-11-01 12:44:30 -05:00 |
|
PikalaxALT
|
ed29db5841
|
No more -bash000; engine/movement.asm, SPRITEMOVEFN
|
2015-10-29 23:32:11 -04:00 |
|