luckytyphlosion
|
a1951cefc0
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
luckytyphlosion
|
f2ae74079f
|
Prefix wram labels with w, part 1.
Handle edge cases first.
|
2018-01-23 16:45:34 -05:00 |
|
Remy Oukaour
|
05382d3e3c
|
PARTY_LENGTH; MON_NAME; sgb_border.bin
|
2018-01-20 12:25:55 -05:00 |
|
Remy Oukaour
|
bf074f3598
|
map_header → map_def; map_header_2 → map_data
|
2018-01-16 23:25:00 -05:00 |
|
Remy Oukaour
|
8048082114
|
Remove Predef_ prefix from routines listed in PredefPointers
|
2018-01-16 14:39:28 -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
|
417937cffc
|
Resolve #461
|
2018-01-10 13:47:57 -05:00 |
|
Remy Oukaour
|
d0a8e8e744
|
includes.asm → constants.asm
|
2018-01-09 00:36:15 -05:00 |
|
xCrystal
|
d7970f749a
|
Consistent predef function names
|
2018-01-02 18:49:25 +01:00 |
|
xCrystal
|
f1ea15bbfe
|
Consolidate Special function names
|
2018-01-02 17:13:57 +01:00 |
|
xCrystal
|
6f0b81504d
|
More unreferenced labels cleanup
|
2018-01-02 16:04:21 +01:00 |
|
xCrystal
|
7a24703398
|
Clean up Predef function names
|
2018-01-02 15:05:14 +01:00 |
|
xCrystal
|
9a3088e50c
|
Clean up XXX comments for unused content
|
2018-01-02 13:26:18 +01:00 |
|
xCrystal
|
37369d1ae0
|
Rename Pals labels in WRAM bank 5
|
2018-01-01 20:09:53 +01:00 |
|
Remy Oukaour
|
b40181db41
|
Use input constants
|
2017-12-30 12:35:50 -05:00 |
|
Remy Oukaour
|
ab823e2b54
|
FAST_TEXT_DELAY_F
|
2017-12-29 13:29:24 -05:00 |
|
Remy Oukaour
|
e1a672e427
|
Constants for TextBoxFlags
|
2017-12-29 13:18:17 -05:00 |
|
xCrystal
|
333524f0be
|
Lowercase v for VRAM addresses
|
2017-12-28 13:32:33 +01:00 |
|
Remy Oukaour
|
df103fd31c
|
; This is distinct from MAX_LEVEL.
|
2017-12-27 12:01:39 -05:00 |
|
Remy Oukaour
|
e34e68095d
|
Resolve #428: Use HIGH(X) and LOW(X) instead of X / $100 and X % $100 or X >> 8 and X & $ff
|
2017-12-25 14:23:16 -05:00 |
|
yenatch
|
ec8c9688ce
|
move rst.asm and interrupts.asm into home/
|
2017-12-24 21:47:11 -05:00 |
|
Remy Oukaour
|
040aa7cb17
|
LoadEDTile → CopyTilemapAtOnce (fix #345)
|
2017-12-24 18:11:17 -05:00 |
|
Remy Oukaour
|
9973e43d5a
|
Fix issue #345:
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
|
2017-12-24 15:03:20 -05: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
|
b423e3b90b
|
Split more code from home.asm into home/ files
|
2017-12-22 22:50:28 -05:00 |
|
Remy Oukaour
|
25a3960646
|
Move some more main.asm routines into individual files
|
2017-12-16 19:00:50 -05:00 |
|
Remy Oukaour
|
f96aab4014
|
Correct some documentation comments
|
2017-12-15 21:32:43 -05:00 |
|
Remy Oukaour
|
e48a401290
|
Reorganize macros
|
2017-12-14 00:36:24 -05:00 |
|
Remy Oukaour
|
f1f84743f7
|
Keep table labels in the same files as their contents.
|
2017-12-11 22:44:25 -05:00 |
|
Remy Oukaour
|
4afc2f01ef
|
Add member constants for the base data struct, same as most other structs
|
2017-12-11 17:35:35 -05:00 |
|
Remy Oukaour
|
5be98bae3c
|
Move more data tables into data/ files.
|
2017-12-11 15:20:32 -05:00 |
|
Remy Oukaour
|
ab7025a144
|
Consistent code formatting: no redundant a s and spaces after commas
|
2017-12-10 00:06:20 -05:00 |
|
Remy Oukaour
|
512863989f
|
Document constants with comments, actual names, and more thorough usage
|
2017-12-09 02:15:46 -05:00 |
|
PikalaxALT
|
0e470bc785
|
Fix section linking
Create linker script and float all sections
|
2017-09-23 23:04:10 -04:00 |
|
pikalaxalt
|
4e2487c056
|
hLCDCPointer and InitList
|
2016-06-13 22:53:33 -04:00 |
|
pikalaxalt
|
789ebc7304
|
Port homecall macro
|
2016-05-27 10:41:59 -04:00 |
|
pikalaxalt
|
1be6923c06
|
Inexplicably empty function with malformed predef pointer, but what are you gonna do about it?
|
2016-05-11 21:24:14 -04:00 |
|
pikalaxalt
|
46ecd5b869
|
Name all functions in event/
|
2016-05-10 12:59:34 -04:00 |
|
pikalaxalt
|
ae36ef2c7f
|
Labeled every function in ROM0 that's referenced in the source
|
2016-05-10 12:31:49 -04:00 |
|
pikalaxalt
|
8c26547645
|
Mobile and more battle anims
|
2016-05-05 15:07:37 -04:00 |
|
pikalaxalt
|
a613ed915c
|
HDMA transfer functions
|
2016-05-04 22:34:09 -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
|
599e6e8d16
|
Battle animation annotations
|
2016-03-01 22:31:21 -05:00 |
|
PikalaxALT
|
b272c0c375
|
Fix marts using hard-coded bank number
|
2016-01-27 12:25:12 -05: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
|
a2a2668233
|
Dummy Game
|
2015-12-28 17:09:53 -05:00 |
|
PikalaxALT
|
f030315b1f
|
jumptable macro repurposed
|
2015-12-26 21:59:03 -05:00 |
|
PikalaxALT
|
2bd45ca574
|
Move effects; no more reloadmapmusic, returnafterbattle
|
2015-12-26 19:22:27 -05:00 |
|