You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Consistent routine naming convention: 'Foo' wraps '_Foo'
This commit is contained in:
@@ -1971,7 +1971,7 @@ LoadTradeScreenBorder:
|
||||
ret
|
||||
|
||||
SetTradeRoomBGPals:
|
||||
farcall LoadTradeRoomBGPals_ ; just a nested farcall; so wasteful
|
||||
farcall LoadTradeRoomBGPals ; just a nested farcall; so wasteful
|
||||
call SetPalettes
|
||||
ret
|
||||
|
||||
|
@@ -133,8 +133,8 @@ LinkComms_LoadPleaseWaitTextboxBorderGFX:
|
||||
call Get2bpp
|
||||
ret
|
||||
|
||||
LoadTradeRoomBGPals_:
|
||||
farcall LoadTradeRoomBGPals
|
||||
LoadTradeRoomBGPals:
|
||||
farcall _LoadTradeRoomBGPals
|
||||
ret
|
||||
|
||||
Function16d6ae:
|
||||
|
Reference in New Issue
Block a user