index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
map.asm
Age
Commit message (
Expand
)
Author
2020-03-17
Cleanup macros before continuing.
entrpntr
2020-03-17
Fill in a lot of missing bank $04 code.
entrpntr
2020-03-17
Itemfinder routines and labels.
entrpntr
2020-03-16
Sync home/ with pokecrystal
libjet
2020-03-15
Small home/ reorganization
libjet
2020-02-19
Add home/trainers.asm
libjet
2020-02-19
Add home/stone_queue.asm and update script_constants.asm
libjet
2020-02-19
Add home/tilemap.asm and update home/menu.asm
libjet
2020-02-19
Use labels instead of constants for HRAM
libjet
2020-02-18
Add region.asm
libjet
2020-02-18
Add sprite_updates.asm
libjet
2019-12-12
Update predef_pointers and wram, and correct typo's caused by search + replace
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2019-08-16
Sync home/audio.asm with pokecrystal.
IIMarckus
2018-08-21
Label some known WRAM labels from pokecrystal.
luckytyphlosion
2018-08-16
Sync specials with pokecrystal.
IIMarckus
2018-08-16
Sync many constant/macro files with pokecrystal.
IIMarckus
2018-07-06
Add the three banks of common text.
IIMarckus
2016-06-22
engine/move_mon.asm
pikalaxalt
2016-06-21
Teleport, Strength, and Dig/Escape Rope
pikalaxalt
2016-06-21
Implement macros for engine flags
pikalaxalt
2016-06-20
Resolve predef pointers
pikalaxalt
2016-06-19
Engine Flags
pikalaxalt
2016-06-19
engine/learn.asm
pikalaxalt
2016-06-18
Main Menu and GS Title Screen
pikalaxalt
2016-06-18
More map objects
pikalaxalt
2016-06-18
Getting closer with HOME
pikalaxalt
2016-06-17
HOME up to 367E
pikalaxalt
2016-06-17
Another chunk of HOME
pikalaxalt
2016-06-17
Predef constants (temporary)
pikalaxalt
2016-06-17
More of HOME
pikalaxalt
2016-06-17
map, farcall, and predef in home
pikalaxalt
2016-06-16
Serial Interrupt
pikalaxalt
2016-01-29
Import stuff from pokecrystal; diff gold and silver
PikalaxALT