| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* fix incorrect comment about money received after battle
* fix incorrect comment in wram.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wLabel::
; comment
ds N
becomes
; comment
wLabel:: ds N
|
|
|
|
|
|
|
|
Standardize the name of entities of maps for wild pokemon
|
|
Fixes #319
|
|
|
|
Fixes #312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by rgbds 0.4.0)
|
|
To do: turn constants into labels and use ldh
|
|
|
|
Every man deserves a name :)
|
|
|
|
|
|
and synchronize engine_2 and engine_3 with engine_1
|
|
|
|
Polished Map
|