You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Rangi42
changed the title
Port refactorings from pokered/pokegold/pokecrystal
Port refactorings and formatting from pokered/pokegold/pokecrystal
Aug 9, 2020
Some chunks of code, like VBlank, clearly evolved from pokered to pokegold, with pokegold-spaceworld being somewhere in the middle. While disassembling spaceworld, it would be a good opportunity to sync pokered and pokegold. For example, AutoBgMapTransfer == UpdateBGMapBuffer, VBlankCopyDouble == Serve1bppRequest, etc. (In general Gen 1 has been getting refactored to be more like Gen 2, which would apply to conventions like "BG" instead of "Bg", but there are also pokered labels worth syncing to pokegold+pokecrystal.)
BANK
,HIGH
,LOW
,DEF
enum
, use improvedconst
connection
macroconstants
,data
, andengine
, andmacros
subdirectoriesfarcall
andcallfar
, notcallab
andcallba
The text was updated successfully, but these errors were encountered: