Rangi
|
846e3e65de
|
adc a, 0 → adc 0; fix comments
|
2018-05-20 17:55:27 -04:00 |
|
Rangi
|
7307fc8dce
|
Use constants for bit/set/res more
|
2018-04-05 11:44:02 -04:00 |
|
Rangi
|
99df17d571
|
Move more code from home.asm into home/
|
2018-04-05 00:35:14 -04:00 |
|
Rangi
|
145efc1353
|
Use constants for screen size in metatiles
|
2018-04-04 16:14:48 -04:00 |
|
Rangi
|
0447ee0cf9
|
Relabel some map-related WRAM
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608}
wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList}
|
2018-03-19 11:36:14 -04:00 |
|
Rangi
|
e2c15b0b92
|
* BillPhoneGeneriText -> BillPhoneGenericText
* data/phone/text/trainers1.asm -> data/phone/text/trainers.asm
* ,ROM -> , ROM0
|
2018-02-26 22:29:09 -05:00 |
|
Rangi
|
612fd7cb96
|
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# maps/KrissHouse2F.asm
|
2018-02-15 21:21:58 -05:00 |
|
luckytyphlosion
|
8b007e8d51
|
Fix more w-izing edge cases.
|
2018-02-04 22:45:04 -05:00 |
|
Rangi
|
73ea7c6326
|
Macro factors out sine code, just like sine data, since it's used 5 times
|
2018-02-03 21:11:55 -05:00 |
|
Rangi
|
32ed487a47
|
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# audio/engine.asm
# constants/gfx_constants.asm
# constants/map_data_constants.asm
# constants/pokemon_data_constants.asm
# constants/sprite_constants.asm
# constants/wram_constants.asm
# data/maps/data.asm
# engine/battle/ai/scoring.asm
# engine/battle/core.asm
# engine/battle/effect_commands.asm
# engine/battle/misc.asm
# engine/battle_anims/getpokeballwobble.asm
# engine/breeding.asm
# engine/buy_sell_toss.asm
# engine/decorations.asm
# engine/events/battle_tower/battle_tower.asm
# engine/events/battle_tower/rules.asm
# engine/events/buena.asm
# engine/events/bug_contest/contest_2.asm
# engine/events/daycare.asm
# engine/events/dratini.asm
# engine/events/halloffame.asm
# engine/events/happiness_egg.asm
# engine/events/kurt.asm
# engine/events/lucky_number.asm
# engine/events/magnet_train.asm
# engine/events/overworld.asm
# engine/events/pokerus/pokerus.asm
# engine/events/print_unown.asm
# engine/events/print_unown_2.asm
# engine/events/unown_walls.asm
# engine/item_effects.asm
# engine/link.asm
# engine/mon_menu.asm
# engine/player_object.asm
# engine/routines/playslowcry.asm
# engine/scripting.asm
# engine/search.asm
# engine/search2.asm
# engine/specials.asm
# engine/start_menu.asm
# engine/timeset.asm
# home/battle_vars.asm
# home/map.asm
# maps/GoldenrodUndergroundSwitchRoomEntrances.asm
# maps/IlexForest.asm
# maps/KrissHouse2F.asm
# maps/Route39Barn.asm
# mobile/mobile_12_2.asm
# mobile/mobile_40.asm
# mobile/mobile_5f.asm
# wram.asm
|
2018-02-03 19:42:56 -05:00 |
|
Rangi
|
6ff2cb20e6
|
map → map_id; map_def → map; map_data → map_attributes
|
2018-02-03 17:11:55 -05:00 |
|
Rangi
|
2a53d75807
|
Similar formatting for similar WRAM areas
|
2018-02-02 21:15:15 -05:00 |
|
luckytyphlosion
|
0b45e2e846
|
Fix wVirtualOAM labels, part 2.
|
2018-01-30 14:52:46 -05:00 |
|
luckytyphlosion
|
3c7ba37de7
|
Fix wVirtualOAM labels, part 1.
|
2018-01-30 14:47:14 -05:00 |
|
luckytyphlosion
|
3203ad7d50
|
Fix comment/style issues caused from w-izing.
|
2018-01-30 14:05:25 -05:00 |
|
Rangi
|
4d93741a54
|
use PAL_COLOR_SIZE
|
2018-01-26 21:25:49 -05:00 |
|
Rangi
|
7d3ad2136a
|
Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asm
|
2018-01-25 18:10:41 -05:00 |
|
Rangi
|
d719d318e8
|
Remove Special_ prefix from special routines (close #478)
|
2018-01-24 11:17:05 -05:00 |
|
Rangi
|
132fe46925
|
Rename some routines to avoid conflicts when removing "Special_" prefixes
|
2018-01-24 11:12:02 -05:00 |
|
luckytyphlosion
|
a1951cefc0
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
luckytyphlosion
|
79bd48f85c
|
Replace Stack with wStack.
|
2018-01-23 16:49:58 -05:00 |
|
luckytyphlosion
|
f2ae74079f
|
Prefix wram labels with w, part 1.
Handle edge cases first.
|
2018-01-23 16:45:34 -05:00 |
|
Rangi
|
ead103d2c6
|
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)
|
2018-01-23 16:08:43 -05:00 |
|
Rangi
|
c5cc23a35f
|
wGameTimerPause bit flag constants
|
2018-01-23 12:40:29 -05:00 |
|
Rangi
|
fdda670f40
|
Cry headers and map headers were eliminated
|
2018-01-23 11:17:21 -05:00 |
|