index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
/
time.asm
Age
Commit message (
Collapse
)
Author
2022-01-10
Use time constants more often
Rangi
2020-12-23
Rename some labels
Rangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-11-03
Identify more uses of wBuffer1-6
Rangi
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-27
Identify remaining Mystery Gift labels and constants
Rangi
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-05-04
Clean up specials and swarms.
entrpntr
2020-04-26
More overworld code cleanup.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-04-10
Add engine/events/pokemon_pc.asm and engine/items/mart.asm.
entrpntr
2020-04-10
Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.
entrpntr
2020-04-06
Add unnamed.py and update for rgbds v0.4.x before continuing.
entrpntr
2020-02-19
Use labels instead of constants for HRAM
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2018-08-16
Shuffle around a couple of files to match pokecrystal.
IIMarckus